Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Drequeue.c52 Q_REQUEUE_PI_NONE = 0, enumerator
65 .requeue_state = ATOMIC_INIT(Q_REQUEUE_PI_NONE),
122 if (old != Q_REQUEUE_PI_NONE) in futex_requeue_pi_prepare()
148 new = Q_REQUEUE_PI_NONE; in futex_requeue_pi_complete()
178 if (old == Q_REQUEUE_PI_NONE) in futex_requeue_pi_wakeup_sync()