Home
last modified time | relevance | path

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

/openbmc/linux/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) in debug_show_held_locks() function
/openbmc/linux/arch/microblaze/kernel/
H A Dtraps.c77 debug_show_held_locks(task); in show_stack()
/openbmc/linux/arch/sh/kernel/
H A Ddumpstack.c138 debug_show_held_locks(tsk); in show_trace()
/openbmc/linux/arch/s390/kernel/
H A Ddumpstack.c139 debug_show_held_locks(task ? : current); in show_stack()
/openbmc/linux/kernel/kcsan/
H A Dreport.c384 debug_show_held_locks(task); in print_verbose_info()
/openbmc/linux/kernel/sched/
H A Dcore.c5917 debug_show_held_locks(prev); in __schedule_bug()
10216 debug_show_held_locks(current); in __might_resched()
10250 debug_show_held_locks(current); in __cant_sleep()
10282 debug_show_held_locks(current); in __cant_migrate()
/openbmc/linux/kernel/locking/
H A Dlockdep.c6650 void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
6658 EXPORT_SYMBOL_GPL(debug_show_held_locks);
/openbmc/linux/kernel/
H A Dworkqueue.c2653 debug_show_held_locks(current); in process_one_work()