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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c120 static struct bofi_shadow dhash_table[HDL_HASH_TBL_SIZE]; variable in typeref:struct:bofi_shadow
122 (&dhash_table[((uintptr_t)(x) >> 3) & (HDL_HASH_TBL_SIZE-1)])
725 dhash_table[i].dnext = &dhash_table[i];
726 dhash_table[i].dprev = &dhash_table[i];

Completed in 54 milliseconds