Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
Dfutex.c257 static unsigned long __read_mostly futex_hashsize; variable
314 return &futex_queues[hash & (futex_hashsize - 1)]; in hash_futex()
3055 futex_hashsize = 16; in futex_init()
3057 futex_hashsize = roundup_pow_of_two(256 * num_possible_cpus()); in futex_init()
3061 futex_hashsize, 0, in futex_init()
3062 futex_hashsize < 256 ? HASH_SMALL : 0, in futex_init()
3064 futex_hashsize, futex_hashsize); in futex_init()
3065 futex_hashsize = 1UL << futex_shift; in futex_init()
3069 for (i = 0; i < futex_hashsize; i++) { in futex_init()