Home
last modified time | relevance | path

Searched defs:pow_of_2 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/fs/
H A Dpkp_hash.c34 #define MOD2(a, pow_of_2) ((a) & ((pow_of_2) - 1)) argument
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c145 #define MOD2(a, pow_of_2) ((a) & ((pow_of_2) - 1)) argument