Home
last modified time | relevance | path

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

/include/linux/ceph/
A Drados.h98 static inline int ceph_stable_mod(int x, int b, int bmask) in ceph_stable_mod() argument
100 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