Searched refs:futex_queues (Results 1 – 1 of 1) sorted by relevance
150 static struct futex_hash_bucket futex_queues[1<<FUTEX_HASHBITS]; variable160 return &futex_queues[hash & ((1 << FUTEX_HASHBITS)-1)]; in hash_futex()2741 for (i = 0; i < ARRAY_SIZE(futex_queues); i++) { in futex_init()2742 plist_head_init(&futex_queues[i].chain); in futex_init()2743 spin_lock_init(&futex_queues[i].lock); in futex_init()