Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
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-v6.1/arch/microblaze/kernel/
Dtraps.c77 debug_show_held_locks(task); in show_stack()
/Linux-v6.1/arch/sh/kernel/
Ddumpstack.c138 debug_show_held_locks(tsk); in show_trace()
/Linux-v6.1/arch/s390/kernel/
Ddumpstack.c149 debug_show_held_locks(task ? : current); in show_stack()
/Linux-v6.1/kernel/kcsan/
Dreport.c384 debug_show_held_locks(task); in print_verbose_info()
/Linux-v6.1/kernel/sched/
Dcore.c5741 debug_show_held_locks(prev); in __schedule_bug()
9901 debug_show_held_locks(current); in __might_resched()
9935 debug_show_held_locks(current); in __cant_sleep()
9967 debug_show_held_locks(current); in __cant_migrate()
/Linux-v6.1/kernel/locking/
Dlockdep.c6520 void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
6528 EXPORT_SYMBOL_GPL(debug_show_held_locks);
/Linux-v6.1/kernel/
Dworkqueue.c2303 debug_show_held_locks(current); in process_one_work()