Home
last modified time | relevance | path

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

/titanic_41/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)
159 htsize = li->li_htsize; in table_lock_enter()
164 if (li->li_hashtable == chain && li->li_htsize == htsize) in table_lock_enter()
197 li->li_htsize = htsize; in lsetup()
217 htsize = li->li_htsize; in ldestroy()
531 if (newsize <= li->li_htsize) { in lgrow()
536 oldsize = li->li_htsize; in lgrow()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c80 lwp->lw_tabsz += loinfo.li_htsize; in lnode_walk_init()
104 if (htsize + loinfo.li_htsize > lwp->lw_tabsz) { in lnode_walk_init()
113 loinfo.li_htsize * sizeof (struct lobucket), in lnode_walk_init()
115 htsize += loinfo.li_htsize; in lnode_walk_init()
136 lwp->lw_tabsz = loinfo.li_htsize; in lnode_walk_init()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h68 volatile uint_t li_htsize; /* # buckets in hashtable */ member