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

/illumos-gate/usr/src/uts/common/sys/
H A Ddnlc.h91 typedef struct nc_hash { struct
/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c90 * which the size of the nc_hash table is derived at create time.
129 nc_hash_t *nc_hash; variable
375 nc_hash = kmem_zalloc(nc_hashsz * sizeof (*nc_hash), KM_SLEEP);
377 hp = (nc_hash_t *)&nc_hash[i];
386 dnlc_free_rotor = dnlc_purge_fs1_rotor = &nc_hash[0];
463 hp = &nc_hash[hash & nc_hashmask];
537 hp = &nc_hash[hash & nc_hashmask];
603 hp = &nc_hash[hash & nc_hashmask];
674 hp = &nc_hash[has
[all...]

Completed in 51 milliseconds