Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c121 #define HDL_HASH_TBL_SIZE 64 macro
122 static struct bofi_shadow hhash_table[HDL_HASH_TBL_SIZE];
123 static struct bofi_shadow dhash_table[HDL_HASH_TBL_SIZE];
125 (&dhash_table[((uintptr_t)(x) >> 3) & (HDL_HASH_TBL_SIZE-1)])
127 (&hhash_table[((uintptr_t)(x) >> 5) & (HDL_HASH_TBL_SIZE-1)])
725 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) { in bofi_attach()
1506 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) { in bofi_ioctl()
1622 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) { in bofi_ioctl()