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