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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c119 static struct bofi_shadow hhash_table[HDL_HASH_TBL_SIZE]; variable in typeref:struct:bofi_shadow
124 (&hhash_table[((uintptr_t)(x) >> 5) & (HDL_HASH_TBL_SIZE-1)])
723 hhash_table[i].hnext = &hhash_table[i];
724 hhash_table[i].hprev = &hhash_table[i];
1504 hhashp = &hhash_table[i];
1620 hhashp = &hhash_table[i];

Completed in 72 milliseconds