Searched refs:li_htsize (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c76 (&(li)->li_hashtable[ltablehash((vp), (li)->li_htsize)].lh_lock)
82 ((li)->li_hashtable[ltablehash((vp), (li)->li_htsize)].lh_chain)
88 ((li)->li_hashtable[ltablehash((vp), (li)->li_htsize)].lh_count)
96 (li)->li_htsize)].lh_lock)
112 * (a) li->li_htlock protects li->li_hashtable, li->li_htsize, and
139 * to li->li_htsize:
142 * - t2 loads li->li_htsize and li->li_hashtable
159 htsize = li->li_htsize;
164 if (li->li_hashtable == chain && li->li_htsize == htsize)
197 li->li_htsize
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c80 lwp->lw_tabsz += loinfo.li_htsize;
104 if (htsize + loinfo.li_htsize > lwp->lw_tabsz) {
113 loinfo.li_htsize * sizeof (struct lobucket),
115 htsize += loinfo.li_htsize;
136 lwp->lw_tabsz = loinfo.li_htsize;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dlofs_info.h68 volatile uint_t li_htsize; /* # buckets in hashtable */ member in struct:loinfo

Completed in 59 milliseconds