Searched refs:lockdep_ok (Results 1 – 2 of 2) sorted by relevance
89 enum lockdep_ok { enum96 extern void add_taint(unsigned flag, enum lockdep_ok);
595 * @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()