Searched defs:futex_q (Results 1 – 1 of 1) sorted by relevance
97 struct futex_q { struct98 struct plist_node list;100 wait_queue_head_t waiter;124 static struct futex_hash_bucket futex_queues[1<<FUTEX_HASHBITS]; argument