Searched refs:bmask (Results 1 – 1 of 1) sorted by relevance
98 static inline int ceph_stable_mod(int x, int b, int bmask) in ceph_stable_mod() argument100 if ((x & bmask) < b) in ceph_stable_mod()101 return x & bmask; in ceph_stable_mod()103 return x & (bmask >> 1); in ceph_stable_mod()
Completed in 4 milliseconds