Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Ddebug_locks.h53 extern void debug_show_held_locks(struct task_struct *task);
61 static inline void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
/Linux-v5.10/kernel/locking/
Drtmutex-debug.c123 debug_show_held_locks(current); in debug_rt_mutex_print_deadlock()
124 debug_show_held_locks(task); in debug_rt_mutex_print_deadlock()
Dlockdep.c6280 void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
6288 EXPORT_SYMBOL_GPL(debug_show_held_locks);
/Linux-v5.10/arch/microblaze/kernel/
Dtraps.c77 debug_show_held_locks(task); in show_stack()
/Linux-v5.10/arch/sh/kernel/
Ddumpstack.c138 debug_show_held_locks(tsk); in show_trace()
/Linux-v5.10/arch/s390/kernel/
Ddumpstack.c139 debug_show_held_locks(task ? : current); in show_stack()
/Linux-v5.10/kernel/kcsan/
Dreport.c319 debug_show_held_locks(task); in print_verbose_info()
/Linux-v5.10/kernel/sched/
Dcore.c4256 debug_show_held_locks(prev); in __schedule_bug()
7296 debug_show_held_locks(current); in ___might_sleep()
7331 debug_show_held_locks(current); in __cant_sleep()
/Linux-v5.10/kernel/
Dworkqueue.c2286 debug_show_held_locks(current); in process_one_work()