Home
last modified time | relevance | path

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

/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
/linux/arch/microblaze/kernel/
H A Dtraps.c78 debug_show_held_locks(task); in show_stack()
/linux/arch/sh/kernel/
H A Ddumpstack.c138 debug_show_held_locks(tsk); in show_trace()
/linux/arch/s390/kernel/
H A Ddumpstack.c139 debug_show_held_locks(task ? : current); in show_stack()
/linux/kernel/kcsan/
H A Dreport.c384 debug_show_held_locks(task); in print_verbose_info()
/linux/kernel/sched/
H A Dcore.c5928 debug_show_held_locks(prev); in __schedule_bug()
8760 debug_show_held_locks(current); in __might_resched()
8794 debug_show_held_locks(current); in __cant_sleep()
8826 debug_show_held_locks(current); in __cant_migrate()
/linux/kernel/
H A Dworkqueue.c3258 debug_show_held_locks(current); in process_one_work()