Home
last modified time | relevance | path

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

/linux/io_uring/
H A Dfutex.c98 if (!futex_unqueue(&ifd->q)) in __io_futex_cancel()
/linux/kernel/futex/
H A Dcore.c865 * futex_unqueue() - Remove the futex_q from its futex_hash_bucket
868 * The q->lock_ptr must not be held by the caller. A call to futex_unqueue() must in futex_q_lock()
875 int futex_unqueue(struct futex_q *q) in futex_q_lock()
925 * See futex_unqueue() why lock_ptr can change. in futex_unqueue()
921 int futex_unqueue(struct futex_q *q) futex_unqueue() function