Home
last modified time | relevance | path

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

/kernel/locking/
Drtmutex.c1456 bool deboost; in rt_mutex_fastunlock() local
1461 deboost = slowfn(lock, &wake_q); in rt_mutex_fastunlock()
1466 if (deboost) in rt_mutex_fastunlock()
1591 bool deboost; in rt_mutex_futex_unlock() local
1594 deboost = __rt_mutex_futex_unlock(lock, &wake_q); in rt_mutex_futex_unlock()
1597 if (deboost) { in rt_mutex_futex_unlock()
/kernel/
Dfutex.c1554 bool deboost = false; in wake_futex_pi() local
1605 deboost = __rt_mutex_futex_unlock(&pi_state->pi_mutex, &wake_q); in wake_futex_pi()
1611 if (deboost) { in wake_futex_pi()