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

/illumos-gate/usr/src/uts/common/fs/
H A Ddnlc.c89 * Tunable nc_hashavelen is the average length desired for this chain, from
93 int nc_hashavelen = NC_HASHAVELEN_DEFAULT; variable
121 * This ought to be ample given that nc_hashavelen is typically very small.
372 nc_hashsz = ncsize / nc_hashavelen;

Completed in 59 milliseconds