Home
last modified time | relevance | path

Searched refs:max_hold_time (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_lock.h144 #define BEFORE_UNLOCK(lock, max_hold_time) \ argument
162 if (QDF_LOCK_STATS_BUG_ON && max_hold_time && \
163 held_time > qdf_usecs_to_log_timestamp(max_hold_time)) { \