Home
last modified time | relevance | path

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

/linux-6.14.4/kernel/futex/
Dwaitwake.c352 futex_queue(q, hb, current); in futex_wait_queue()
463 futex_queue(q, hb, current); in futex_wait_multiple_setup()
Dfutex.h307 static inline void futex_queue(struct futex_q *q, struct futex_hash_bucket *hb, in futex_queue() function
/linux-6.14.4/io_uring/
Dfutex.c341 futex_queue(&ifd->q, hb, NULL); in io_futex_wait()