Searched refs:futex_queues (Results 1 – 1 of 1) sorted by relevance
53 #define futex_queues (__futex_data.queues) macro120 return &futex_queues[hash & (futex_hashsize - 1)]; in futex_hash()1126 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()1134 atomic_set(&futex_queues[i].waiters, 0); in futex_init()1135 plist_head_init(&futex_queues[i].chain); in futex_init()1136 spin_lock_init(&futex_queues[i].lock); in futex_init()