Home
last modified time | relevance | path

Searched refs:i_hash2mod (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_maptbl.c360 xx = b % maptbl_object_p->i_hash2mod; in maptbl_hash2()
367 xx = xx % maptbl_object_p->i_hash2mod; in maptbl_hash2()
448 maptbl_object_p->i_hash2mod = (maptbl_object_p->i_entries / 2) + 1; in maptbl_setup()
H A Dcfsd_maptbl.h40 int i_hash2mod; /* second hash module value */ member