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

/linux-4.4.14/include/linux/crush/
H A Dhash.h18 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
/linux-4.4.14/net/ceph/crush/
H A Dhash.c113 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) crush_hash32_3() function
H A Dmapper.c86 s = crush_hash32_3(bucket->hash, x, bucket->id, 0) % bucket_perm_choose()
111 i = crush_hash32_3(bucket->hash, x, bucket->id, p) % bucket_perm_choose()
234 draw = crush_hash32_3(bucket->h.hash, x, bucket->h.items[i], r); bucket_straw_choose()
308 u = crush_hash32_3(bucket->h.hash, x, bucket_straw2_choose()

Completed in 82 milliseconds