Searched refs:lockdep_ok (Results 1 – 3 of 3) sorted by relevance
88 enum lockdep_ok { enum94 extern void add_taint(unsigned flag, enum lockdep_ok);
439 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) in add_taint() argument441 if (lockdep_ok == LOCKDEP_NOW_UNRELIABLE && __debug_locks_off()) in add_taint()
330 enum lockdep_ok lockdep_ok) in add_taint_module() argument332 add_taint(flag, lockdep_ok); in add_taint_module()
Completed in 13 milliseconds