Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/futex/
Dfutex.h155 extern void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb);
173 __futex_queue(q, hb); in futex_queue()
Dpi.c996 __futex_queue(&q, hb); in futex_lock_pi()
Dcore.c553 void __futex_queue(struct futex_q *q, struct futex_hash_bucket *hb) in __futex_queue() function