Home
last modified time | relevance | path

Searched refs:rt_mutex_debug_task_free (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Drtmutex.h62 extern void rt_mutex_debug_task_free(struct task_struct *tsk);
66 # define rt_mutex_debug_task_free(t) do { } while (0) macro
/linux-4.4.14/kernel/locking/
Drtmutex-debug.c58 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free() function
/linux-4.4.14/kernel/
Dfork.c227 rt_mutex_debug_task_free(tsk); in free_task()