Loading include/linux/debug_locks.h +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ extern int debug_locks_off(void); # define locking_selftest() do { } while (0) #endif struct task_struct; #ifdef CONFIG_LOCKDEP extern void debug_show_all_locks(void); extern void debug_show_held_locks(struct task_struct *task); Loading Loading
include/linux/debug_locks.h +2 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,8 @@ extern int debug_locks_off(void); # define locking_selftest() do { } while (0) #endif struct task_struct; #ifdef CONFIG_LOCKDEP extern void debug_show_all_locks(void); extern void debug_show_held_locks(struct task_struct *task); Loading