Searched refs:try_to_take_rt_mutex (Results 1 – 2 of 2) sorted by relevance
/kernel/locking/ |
D | rtmutex.c | 1021 try_to_take_rt_mutex(struct rt_mutex_base *lock, struct task_struct *task, in try_to_take_rt_mutex() function 1291 int ret = try_to_take_rt_mutex(lock, current, NULL); in __rt_mutex_slowtrylock() 1547 if (try_to_take_rt_mutex(lock, current, waiter)) in rt_mutex_slowlock_block() 1627 if (try_to_take_rt_mutex(lock, current, NULL)) { in __rt_mutex_slowlock() 1738 if (try_to_take_rt_mutex(lock, current, NULL)) in rtlock_slowlock_locked() 1752 if (try_to_take_rt_mutex(lock, current, &waiter)) in rtlock_slowlock_locked()
|
D | rtmutex_api.c | 305 if (try_to_take_rt_mutex(lock, task, NULL)) in __rt_mutex_start_proxy_lock() 433 try_to_take_rt_mutex(lock, current, waiter); in rt_mutex_cleanup_proxy_lock()
|