Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/crush/
Dhash.h12 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
/linux-4.1.27/net/ceph/crush/
Dmapper.c82 s = crush_hash32_3(bucket->hash, x, bucket->id, 0) % in bucket_perm_choose()
107 i = crush_hash32_3(bucket->hash, x, bucket->id, p) % in bucket_perm_choose()
230 draw = crush_hash32_3(bucket->h.hash, x, bucket->h.items[i], r); in bucket_straw_choose()
301 u = crush_hash32_3(bucket->h.hash, x, in bucket_straw2_choose()
Dhash.c111 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() function