Searched refs:futex_queues (Results 1 – 1 of 1) sorted by relevance
259 static struct futex_hash_bucket *futex_queues; variable314 return &futex_queues[hash & (futex_hashsize - 1)]; in hash_futex()3060 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()3070 atomic_set(&futex_queues[i].waiters, 0); in futex_init()3071 plist_head_init(&futex_queues[i].chain); in futex_init()3072 spin_lock_init(&futex_queues[i].lock); in futex_init()