Searched refs:futex_unqueue (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/futex/
H A Dwaitwake.c391 if (!futex_unqueue(&v[i].q))
672 if (!futex_unqueue(&q))
H A Dfutex.h234 extern int futex_unqueue(struct futex_q *q);
242 * futex_queue() is typically paired with exactly one call to futex_unqueue(). The
H A Dcore.c576 * futex_unqueue() - Remove the futex_q from its futex_hash_bucket
579 * The q->lock_ptr must not be held by the caller. A call to futex_unqueue() must
586 int futex_unqueue(struct futex_q *q) function
/linux-master/io_uring/
H A Dfutex.c105 if (!futex_unqueue(&ifd->q))

Completed in 125 milliseconds