Home
last modified time | relevance | path

Searched refs:rt_mutex_deadlock_account_unlock (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/kernel/locking/
Drtmutex.h15 #define rt_mutex_deadlock_account_unlock(l) do { } while (0) macro
Drtmutex-debug.h14 extern void rt_mutex_deadlock_account_unlock(struct task_struct *task);
Drtmutex.c1270 rt_mutex_deadlock_account_unlock(current); in rt_mutex_slowunlock()
1379 rt_mutex_deadlock_account_unlock(current); in rt_mutex_fastunlock()
1501 rt_mutex_deadlock_account_unlock(current); in rt_mutex_futex_unlock()
1577 rt_mutex_deadlock_account_unlock(proxy_owner); in rt_mutex_proxy_unlock()
Drtmutex-debug.c181 void rt_mutex_deadlock_account_unlock(struct task_struct *task) in rt_mutex_deadlock_account_unlock() function