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

/linux-master/kernel/futex/
H A Dcore.c55 #define futex_hashsize (__futex_data.hashsize) macro
121 return &futex_queues[hash & (futex_hashsize - 1)];
1154 futex_hashsize = 16;
1156 futex_hashsize = roundup_pow_of_two(256 * num_possible_cpus());
1160 futex_hashsize, 0, 0,
1162 futex_hashsize, futex_hashsize);
1163 futex_hashsize = 1UL << futex_shift;
1165 for (i = 0; i < futex_hashsize; i++) {

Completed in 184 milliseconds