Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddebug_locks.h56 extern void debug_show_held_locks(struct task_struct *task);
64 static inline void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
/OK3568_Linux_fs/kernel/kernel/locking/
H A 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()
H A Dlockdep.c6416 void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
6424 EXPORT_SYMBOL_GPL(debug_show_held_locks);
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dtraps.c77 debug_show_held_locks(task); in show_stack()
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Ddumpstack.c138 debug_show_held_locks(tsk); in show_trace()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddumpstack.c139 debug_show_held_locks(task ? : current); in show_stack()
/OK3568_Linux_fs/kernel/kernel/kcsan/
H A Dreport.c319 debug_show_held_locks(task); in print_verbose_info()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c4529 debug_show_held_locks(prev); in __schedule_bug()
7703 debug_show_held_locks(current); in ___might_sleep()
7741 debug_show_held_locks(current); in __cant_sleep()
/OK3568_Linux_fs/kernel/kernel/
H A Dworkqueue.c2320 debug_show_held_locks(current); in process_one_work()