Home
last modified time | relevance | path

Searched defs:rt_mutex_debug_task_free (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/kernel/locking/
Drtmutex-debug.c60 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free() function
/kernel/linux/linux-6.6/include/linux/
Drtmutex.h70 static inline void rt_mutex_debug_task_free(struct task_struct *tsk) { } in rt_mutex_debug_task_free() function
/kernel/linux/linux-5.10/include/linux/
Drtmutex.h75 # define rt_mutex_debug_task_free(t) do { } while (0) macro
/kernel/linux/linux-6.6/kernel/locking/
Drtmutex_api.c485 void rt_mutex_debug_task_free(struct task_struct *task) in rt_mutex_debug_task_free() function