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

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c39 * lo_resize_threshold. In order to minimize lock contention, there is
103 uint_t lo_resize_threshold = 1; variable
615 if (li->li_refct > (li->li_htsize << lo_resize_threshold)) {

Completed in 44 milliseconds