Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Drequeue.c381 int nr_wake, int nr_requeue, u32 *cmpval, int requeue_pi) in futex_requeue() argument
398 if (!IS_ENABLED(CONFIG_FUTEX_PI) && requeue_pi) in futex_requeue()
401 if (requeue_pi) { in futex_requeue()
446 requeue_pi ? FUTEX_WRITE : FUTEX_READ); in futex_requeue()
454 if (requeue_pi && futex_match(&key1, &key2)) in futex_requeue()
489 if (requeue_pi) { in futex_requeue()
600 if ((requeue_pi && !this->rt_waiter) || in futex_requeue()
601 (!requeue_pi && this->rt_waiter) || in futex_requeue()
608 if (!requeue_pi) { in futex_requeue()
/linux/Documentation/locking/
H A Dfutex-requeue-pi.rst9 brevity, this action will be referred to as "requeue_pi" throughout
16 Without requeue_pi, the glibc implementation of
102 requeue_pi: FUTEX_WAIT_REQUEUE_PI and FUTEX_CMP_REQUEUE_PI.
114 still handled by futex_requeue (by passing requeue_pi=1). Before
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c108 TEST(requeue_pi) in TEST() argument