Searched refs:try_to_take_rt_mutex (Results 1 – 1 of 1) sorted by relevance
/kernel/locking/ |
D | rtmutex.c | 753 static int try_to_take_rt_mutex(struct rt_mutex *lock, struct task_struct *task, in try_to_take_rt_mutex() function 1108 if (try_to_take_rt_mutex(lock, current, waiter)) in __rt_mutex_slowlock() 1176 if (try_to_take_rt_mutex(lock, current, NULL)) { in rt_mutex_slowlock() 1241 ret = try_to_take_rt_mutex(lock, current, NULL); in rt_mutex_slowtrylock() 1558 if (try_to_take_rt_mutex(lock, task, NULL)) { in rt_mutex_start_proxy_lock()
|