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

/illumos-gate/usr/src/common/ficl/softcore/
H A Dlz4.c315 #define HASH_MASK (HASHTABLESIZE - 1) macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dlz4.c332 #define HASH_MASK (HASHTABLESIZE - 1) macro
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c606 #define HASH_MASK (HASH_SIZE - 1) macro
611 #define CACHE_BUCKET(h) (&cache_hash[(h) & HASH_MASK])

Completed in 61 milliseconds