Home
last modified time | relevance | path

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

/titanic_41/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++) { 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()