Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/
Dfutex.c229 struct futex_q { struct
241 static const struct futex_q futex_q_init = { argument
655 static struct futex_q *futex_top_waiter(struct futex_hash_bucket *hb, in futex_top_waiter()
658 struct futex_q *this; in futex_top_waiter()
1034 struct futex_q *match = futex_top_waiter(hb, key); in lookup_pi_state()
1088 struct futex_q *match; in futex_lock_pi_atomic()
1164 static void __unqueue_futex(struct futex_q *q) in __unqueue_futex()
1183 static void mark_wake_futex(struct wake_q_head *wake_q, struct futex_q *q) in mark_wake_futex()
1206 static int wake_futex_pi(u32 __user *uaddr, u32 uval, struct futex_q *this, in wake_futex_pi()
1326 struct futex_q *this, *next; in futex_wake()
[all …]