Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dpanic.h87 enum lockdep_ok { enum
93 extern void add_taint(unsigned flag, enum lockdep_ok);
/openbmc/linux/kernel/
H A Dpanic.c542 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) in add_taint() argument
544 if (lockdep_ok == LOCKDEP_NOW_UNRELIABLE && __debug_locks_off()) in add_taint()
/openbmc/linux/kernel/module/
H A Dmain.c164 enum lockdep_ok lockdep_ok) in add_taint_module() argument
166 add_taint(flag, lockdep_ok); in add_taint_module()