Searched refs:futex_queues (Results 1 – 1 of 1) sorted by relevance
268 #define futex_queues (__futex_data.queues) macro391 return &futex_queues[hash & (futex_hashsize - 1)]; in hash_futex()4165 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()4175 atomic_set(&futex_queues[i].waiters, 0); in futex_init()4176 plist_head_init(&futex_queues[i].chain); in futex_init()4177 spin_lock_init(&futex_queues[i].lock); in futex_init()