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

/illumos-gate/usr/src/uts/common/os/
H A Ddriver_lyr.c95 #define LH_HASH(vp) (handle_hash_func(vp) % LH_HASH_SZ) macro
325 uint_t index = LH_HASH(vp);
345 int index = LH_HASH(vp);
366 index = LH_HASH(vp);
431 index = LH_HASH(lhp->lh_vp);

Completed in 74 milliseconds