Home
last modified time | relevance | path

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

/kernel/
Dfutex.c125 struct futex_q { struct
137 static const struct futex_q futex_q_init = { argument
417 static struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, in futex_top_waiter()
420 struct futex_q *this; in futex_top_waiter()
647 struct futex_q *this, *next; in lookup_pi_state()
926 static void __unqueue_futex(struct futex_q *q) in __unqueue_futex()
942 static void wake_futex(struct futex_q *q) in wake_futex()
972 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this) in wake_futex_pi()
1080 struct futex_q *this, *next; in futex_wake()
1130 struct futex_q *this, *next; in futex_wake_op()
[all …]