Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dpkp_hash.c34 #define MOD2(a, pow_of_2) ((a) & ((pow_of_2) - 1)) macro
62 hash = MOD2((key + len), PKP_HASH_SIZE); in pkp_tab_hash()
65 hash = MOD2((hash + str[i]), PKP_HASH_SIZE); in pkp_tab_hash()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c145 #define MOD2(a, pow_of_2) ((a) & ((pow_of_2) - 1)) macro
156 (hash) = MOD2(((id) ^ NFSID_CACHE_ANCHORS), NFSID_CACHE_ANCHORS); \