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

/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dbofi.c115 #define HDL_HASH_TBL_SIZE 64 macro
116 static struct bofi_shadow hhash_table[HDL_HASH_TBL_SIZE];
117 static struct bofi_shadow dhash_table[HDL_HASH_TBL_SIZE];
119 (&dhash_table[((uintptr_t)(x) >> 3) & (HDL_HASH_TBL_SIZE-1)])
121 (&hhash_table[((uintptr_t)(x) >> 5) & (HDL_HASH_TBL_SIZE-1)])
721 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) {
1502 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) {
1618 for (i = 0; i < HDL_HASH_TBL_SIZE; i++) {

Completed in 141 milliseconds