Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_lock.c44 if (LINUX_LOCK_COOKIE == lock->cookie) { in qdf_mutex_create()
61 lock->cookie = LINUX_LOCK_COOKIE; in qdf_mutex_create()
81 if (LINUX_LOCK_COOKIE != lock->cookie) { in qdf_mutex_acquire()
146 if (LINUX_LOCK_COOKIE != lock->cookie) { in qdf_mutex_release()
543 if (LINUX_LOCK_COOKIE != lock->cookie) { in qdf_mutex_destroy()
Di_qdf_lock.h109 #define LINUX_LOCK_COOKIE 0x12345678 macro