Searched defs:HDL_HASH_TBL_SIZE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c118 #define HDL_HASH_TBL_SIZE 64 macro
119 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++) {
1503 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) {
1619 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) {

Completed in 53 milliseconds