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

/opensolaris-onvv-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c162 #define HS_HASH(l) ((uint_t)(l) & (HS_HASHSIZE - 1)) macro
164 #define HS_HASH(l) ((uint_t)(l) % HS_HASHSIZE) macro

Completed in 118 milliseconds