Home
last modified time | relevance | path

Searched refs:futex_queues (Results 1 – 1 of 1) sorted by relevance

/kernel/futex/
Dcore.c54 #define futex_queues (__futex_data.queues) macro
121 return &futex_queues[hash & (futex_hashsize - 1)]; in futex_hash()
1148 futex_queues = alloc_large_system_hash("futex", sizeof(*futex_queues), in futex_init()
1156 atomic_set(&futex_queues[i].waiters, 0); in futex_init()
1157 plist_head_init(&futex_queues[i].chain); in futex_init()
1158 spin_lock_init(&futex_queues[i].lock); in futex_init()