Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
H A Dhal_internal.h467 #define SRNG_LOCK_INIT(_lock) qdf_spinlock_create(_lock) argument
468 #define SRNG_LOCK(_lock) qdf_spin_lock_bh(_lock) argument
469 #define SRNG_TRY_LOCK(_lock) qdf_spin_trylock_bh(_lock) argument
470 #define SRNG_UNLOCK(_lock) qdf_spin_unlock_bh(_lock) argument
471 #define SRNG_LOCK_DESTROY(_lock) qdf_spinlock_destroy(_lock) argument