Searched refs:rt_mutex_has_waiters (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Drtmutex.c59 if (rt_mutex_has_waiters(lock))
73 if (!rt_mutex_has_waiters(lock))
327 if (likely(!rt_mutex_has_waiters(lock))) {
431 if (rt_mutex_has_waiters(lock))
520 if (rt_mutex_has_waiters(lock)) {
556 if (rt_mutex_has_waiters(lock)) {
790 if (!rt_mutex_has_waiters(lock)) {
1080 if (!rt_mutex_has_waiters(lock))
H A Drtmutex_common.h62 static inline int rt_mutex_has_waiters(struct rt_mutex *lock) function

Completed in 97 milliseconds