Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/sched/ !
Dwait_bit.c7 #define WAIT_TABLE_BITS 8 macro
8 #define WAIT_TABLE_SIZE (1 << WAIT_TABLE_BITS)
17 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
155 return bit_wait_table + hash_ptr(p, WAIT_TABLE_BITS); in __var_waitqueue()