Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dpanic.h89 enum lockdep_ok { enum
96 extern void add_taint(unsigned flag, enum lockdep_ok);
/linux/kernel/
H A Dpanic.c595 * @lockdep_ok: whether lock debugging is still OK.
600 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) in add_taint() argument
602 if (lockdep_ok == LOCKDEP_NOW_UNRELIABLE && __debug_locks_off()) in add_taint()