Searched refs:rt_mutex_deadlock_account_unlock (Results 1 – 4 of 4) sorted by relevance
15 #define rt_mutex_deadlock_account_unlock(l) do { } while (0) macro
14 extern void rt_mutex_deadlock_account_unlock(struct task_struct *task);
1270 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()
181 void rt_mutex_deadlock_account_unlock(struct task_struct *task) in rt_mutex_deadlock_account_unlock() function