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

/linux-master/include/linux/
H A Dpanic.h87 enum lockdep_ok { enum
93 extern void add_taint(unsigned flag, enum lockdep_ok);
/linux-master/kernel/
H A Dpanic.c545 * @lockdep_ok: whether lock debugging is still OK.
550 void add_taint(unsigned flag, enum lockdep_ok lockdep_ok) argument
552 if (lockdep_ok == LOCKDEP_NOW_UNRELIABLE && __debug_locks_off())
/linux-master/kernel/module/
H A Dmain.c164 enum lockdep_ok lockdep_ok)
166 add_taint(flag, lockdep_ok);
163 add_taint_module(struct module *mod, unsigned flag, enum lockdep_ok lockdep_ok) argument

Completed in 153 milliseconds