Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dwaitwake.c353 futex_queue(q, hb); in futex_wait_queue()
464 futex_queue(q, hb); in futex_wait_multiple_setup()
H A Dfutex.h248 static inline void futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in futex_queue() function
/linux/io_uring/
H A Dfutex.c352 futex_queue(&ifd->q, hb); in io_futex_wait()