Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/sched/
Dwait_bit.c6 #define WAIT_TABLE_BITS 8 macro
7 #define WAIT_TABLE_SIZE (1 << WAIT_TABLE_BITS)
16 return bit_wait_table + hash_long(val, WAIT_TABLE_BITS); in bit_waitqueue()
154 return bit_wait_table + hash_ptr(p, WAIT_TABLE_BITS); in __var_waitqueue()