Home
last modified time | relevance | path

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

/openbmc/linux/kernel/futex/
H A Drequeue.c51 Q_REQUEUE_PI_NONE = 0, enumerator
63 .requeue_state = ATOMIC_INIT(Q_REQUEUE_PI_NONE),
115 if (old != Q_REQUEUE_PI_NONE) in futex_requeue_pi_prepare()
141 new = Q_REQUEUE_PI_NONE; in futex_requeue_pi_complete()
171 if (old == Q_REQUEUE_PI_NONE) in futex_requeue_pi_wakeup_sync()