Searched refs:HDL_HASH_TBL_SIZE (Results 1 – 1 of 1) sorted by relevance
118 #define HDL_HASH_TBL_SIZE 64 macro119 static struct bofi_shadow hhash_table[HDL_HASH_TBL_SIZE];120 static struct bofi_shadow dhash_table[HDL_HASH_TBL_SIZE];122 (&dhash_table[((uintptr_t)(x) >> 3) & (HDL_HASH_TBL_SIZE-1)])124 (&hhash_table[((uintptr_t)(x) >> 5) & (HDL_HASH_TBL_SIZE-1)])722 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) { in bofi_attach()1503 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) { in bofi_ioctl()1619 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) { in bofi_ioctl()