Searched refs:futex_queues (Results 1 – 1 of 1) sorted by relevance
55 #define futex_queues (__futex_data.queues) macro122 return &futex_queues[hash & (futex_hashsize - 1)]; in futex_hash()1139 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()1146 atomic_set(&futex_queues[i].waiters, 0); in futex_init()1147 plist_head_init(&futex_queues[i].chain); in futex_init()1148 spin_lock_init(&futex_queues[i].lock); in futex_init()