Home
last modified time | relevance | path

Searched defs:AFTER_LOCK (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_lock.h63 #define AFTER_LOCK(x...) do {} while (0) macro
102 #define AFTER_LOCK(lock, func) \ macro