Searched refs:crush_hash32_3 (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/crush/ |
H A D | hash.h | 19 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
|
/kernel/linux/linux-6.6/include/linux/crush/ |
H A D | hash.h | 19 extern __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c);
|
/kernel/linux/linux-5.10/net/ceph/crush/ |
H A D | mapper.c | 88 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 D | hash.c | 114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() function
|
/kernel/linux/linux-6.6/net/ceph/crush/ |
H A D | mapper.c | 88 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 D | hash.c | 114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() function
|
Completed in 6 milliseconds