Home
last modified time | relevance | path

Searched refs:try_to_take_rt_mutex (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/kernel/locking/
H A Drtmutex.c806 static int try_to_take_rt_mutex(struct rt_mutex *lock, struct task_struct *task, in try_to_take_rt_mutex() function
1175 if (try_to_take_rt_mutex(lock, current, waiter)) in __rt_mutex_slowlock()
1252 if (try_to_take_rt_mutex(lock, current, NULL)) { in rt_mutex_slowlock()
1294 int ret = try_to_take_rt_mutex(lock, current, NULL); in __rt_mutex_slowtrylock()
1763 if (try_to_take_rt_mutex(lock, task, NULL)) in __rt_mutex_start_proxy_lock()
1913 try_to_take_rt_mutex(lock, current, waiter); in rt_mutex_cleanup_proxy_lock()
/OK3568_Linux_fs/kernel/Documentation/locking/
H A Drt-mutex-design.rst440 We then call try_to_take_rt_mutex. This is where the architecture that
444 try_to_take_rt_mutex is used every time the task tries to grab a mutex in the
463 If the lock is not taken by try_to_take_rt_mutex(), then the