Searched refs:requeue_pi (Results 1 – 2 of 2) sorted by relevance
9 brevity, this action will be referred to as "requeue_pi" throughout16 Without requeue_pi, the glibc implementation of102 requeue_pi: FUTEX_WAIT_REQUEUE_PI and FUTEX_CMP_REQUEUE_PI.114 still handled by futex_requeue (by passing requeue_pi=1). Before
2129 u32 *cmpval, int requeue_pi) in futex_requeue() argument2147 if (!IS_ENABLED(CONFIG_FUTEX_PI) && requeue_pi) in futex_requeue()2150 if (requeue_pi) { in futex_requeue()2195 requeue_pi ? FUTEX_WRITE : FUTEX_READ); in futex_requeue()2203 if (requeue_pi && match_futex(&key1, &key2)) in futex_requeue()2237 if (requeue_pi) { in futex_requeue()2348 if ((requeue_pi && !this->rt_waiter) || in futex_requeue()2349 (!requeue_pi && this->rt_waiter) || in futex_requeue()2356 if (!requeue_pi) { in futex_requeue()