Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Ddebug_locks.c41 if (debug_locks && __debug_locks_off() && !debug_locks_silent) in debug_locks_off()
/OK3568_Linux_fs/kernel/include/linux/
H A Ddebug_locks.h16 static __always_inline int __debug_locks_off(void) in __debug_locks_off() function
/OK3568_Linux_fs/kernel/kernel/
H A Dpanic.c443 if (lockdep_ok == LOCKDEP_NOW_UNRELIABLE && __debug_locks_off()) in add_taint()