Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c123 static struct bofi_shadow dhash_table[HDL_HASH_TBL_SIZE]; variable
125 (&dhash_table[((uintptr_t)(x) >> 3) & (HDL_HASH_TBL_SIZE-1)])
728 dhash_table[i].dnext = &dhash_table[i]; in bofi_attach()
729 dhash_table[i].dprev = &dhash_table[i]; in bofi_attach()