Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dwait_bit.c10 #define WAIT_TABLE_BITS 8 macro
11 #define WAIT_TABLE_SIZE (1 << WAIT_TABLE_BITS)
20 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
166 return bit_wait_table + hash_ptr(p, WAIT_TABLE_BITS); in __var_waitqueue()