Home
last modified time | relevance | path

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

/linux/include/linux/crush/
H A Dhash.h19 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
/linux/net/ceph/crush/
H A Dmapper.c88 s = crush_hash32_3(bucket->hash, x, bucket->id, 0) % in bucket_perm_choose()
113 i = crush_hash32_3(bucket->hash, x, bucket->id, p) % in bucket_perm_choose()
237 draw = crush_hash32_3(bucket->h.hash, x, bucket->h.items[i], r); in bucket_straw_choose()
340 u = crush_hash32_3(bucket->h.hash, x, ids[i], r); in bucket_straw2_choose()
H A Dhash.c114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() function