Searched refs:crush_hash32_3 (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/include/linux/crush/ |
D | hash.h | 12 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
|
/linux-2.6.39/net/ceph/crush/ |
D | mapper.c | 81 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()
|
D | hash.c | 111 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() function
|