Searched refs:WAIT_TABLE_BITS (Results 1 – 1 of 1) sorted by relevance
10 #define WAIT_TABLE_BITS 8 macro11 #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()