Searched refs:LINUX_LOCK_COOKIE (Results 1 – 2 of 2) sorted by relevance
44 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()
109 #define LINUX_LOCK_COOKIE 0x12345678 macro