Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/kernel/locking/
Drtmutex-debug.c120 debug_show_held_locks(current); in debug_rt_mutex_print_deadlock()
121 debug_show_held_locks(task); in debug_rt_mutex_print_deadlock()
Dlockdep.c4227 void debug_show_held_locks(struct task_struct *task) in debug_show_held_locks() function
4235 EXPORT_SYMBOL_GPL(debug_show_held_locks);
/linux-4.1.27/arch/microblaze/kernel/
Dtraps.c76 debug_show_held_locks(task); in show_stack()
/linux-4.1.27/arch/sh/kernel/
Ddumpstack.c142 debug_show_held_locks(tsk); in show_trace()
/linux-4.1.27/kernel/
Dhung_task.c120 debug_show_held_locks(t); in check_hung_task()
Dworkqueue.c2090 debug_show_held_locks(current); in process_one_work()
/linux-4.1.27/arch/s390/kernel/
Ddumpstack.c94 debug_show_held_locks(task); in show_trace()
/linux-4.1.27/arch/metag/kernel/
Dtraps.c976 debug_show_held_locks(tsk); in show_trace()
/linux-4.1.27/kernel/sched/
Dcore.c2623 debug_show_held_locks(prev); in __schedule_bug()
7331 debug_show_held_locks(current); in ___might_sleep()