Home
last modified time | relevance | path

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

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