Home
last modified time | relevance | path

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

/linux/kernel/futex/
H A Dcore.c62 static __always_inline struct futex_hash_bucket **futex_queues(void) in futex_queues() function
408 return &futex_queues()[node][runtime_const_mask_32(hash, __futex_mask)]; in __futex_hash()
2115 BUG_ON(!futex_queues()); in futex_init()
2130 futex_queues()[n] = table; in futex_init()