Searched refs:debug_show_held_locks (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Ddebug_locks.h52 extern void debug_show_held_locks(struct task_struct *task);
60 static inline void debug_show_held_locks(struct task_struct *task) function
/linux-master/arch/microblaze/kernel/
H A Dtraps.c78 debug_show_held_locks(task);
/linux-master/arch/sh/kernel/
H A Ddumpstack.c138 debug_show_held_locks(tsk);
/linux-master/arch/s390/kernel/
H A Ddumpstack.c139 debug_show_held_locks(task ? : current);
/linux-master/kernel/kcsan/
H A Dreport.c384 debug_show_held_locks(task);
/linux-master/kernel/sched/
H A Dcore.c5942 debug_show_held_locks(prev);
10190 debug_show_held_locks(current);
10224 debug_show_held_locks(current);
10256 debug_show_held_locks(current);
/linux-master/kernel/locking/
H A Dlockdep.c6634 void debug_show_held_locks(struct task_struct *task) function
6642 EXPORT_SYMBOL_GPL(debug_show_held_locks); variable
/linux-master/kernel/
H A Dworkqueue.c3274 debug_show_held_locks(current);

Completed in 196 milliseconds