Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Ddebug_locks.h54 extern void debug_show_held_locks(struct task_struct *task);
62 static inline void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
/Linux-v5.15/arch/microblaze/kernel/
Dtraps.c77 debug_show_held_locks(task); in show_stack()
/Linux-v5.15/arch/sh/kernel/
Ddumpstack.c138 debug_show_held_locks(tsk); in show_trace()
/Linux-v5.15/arch/s390/kernel/
Ddumpstack.c149 debug_show_held_locks(task ? : current); in show_stack()
/Linux-v5.15/kernel/kcsan/
Dreport.c324 debug_show_held_locks(task); in print_verbose_info()
/Linux-v5.15/kernel/sched/
Dcore.c5471 debug_show_held_locks(prev); in __schedule_bug()
9531 debug_show_held_locks(current); in ___might_sleep()
9566 debug_show_held_locks(current); in __cant_sleep()
9598 debug_show_held_locks(current); in __cant_migrate()
/Linux-v5.15/kernel/locking/
Dlockdep.c6472 void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
6480 EXPORT_SYMBOL_GPL(debug_show_held_locks);
/Linux-v5.15/kernel/
Dworkqueue.c2311 debug_show_held_locks(current); in process_one_work()