Searched refs:crush (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/net/ceph/ |
H A D | Makefile | 10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
|
H A D | osdmap.c | 11 #include <linux/crush/hash.h> 12 #include <linux/crush/mapper.h> 53 * decode crush map 603 dout("crush decode tunable choose_local_tries = %d\n", in crush_decode() 605 dout("crush decode tunable choose_local_fallback_tries = %d\n", in crush_decode() 607 dout("crush decode tunable choose_total_tries = %d\n", in crush_decode() 612 dout("crush decode tunable chooseleaf_descend_once = %d\n", in crush_decode() 617 dout("crush decode tunable chooseleaf_vary_r = %d\n", in crush_decode() 626 dout("crush decode tunable chooseleaf_stable = %d\n", in crush_decode() 1131 if (map->crush) in ceph_osdmap_destroy() 1245 osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) osdmap_set_crush() argument [all...] |
/kernel/linux/linux-6.6/net/ceph/ |
H A D | Makefile | 10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
|
H A D | osdmap.c | 11 #include <linux/crush/hash.h> 12 #include <linux/crush/mapper.h> 69 * decode crush map 619 dout("crush decode tunable choose_local_tries = %d\n", in crush_decode() 621 dout("crush decode tunable choose_local_fallback_tries = %d\n", in crush_decode() 623 dout("crush decode tunable choose_total_tries = %d\n", in crush_decode() 628 dout("crush decode tunable chooseleaf_descend_once = %d\n", in crush_decode() 633 dout("crush decode tunable chooseleaf_vary_r = %d\n", in crush_decode() 642 dout("crush decode tunable chooseleaf_stable = %d\n", in crush_decode() 1147 if (map->crush) in ceph_osdmap_destroy() 1261 osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) osdmap_set_crush() argument [all...] |
/kernel/linux/linux-5.10/net/ceph/crush/ |
H A D | crush.c | 4 # include <linux/crush/crush.h> 7 # include "crush.h"
|
H A D | mapper.c | 18 # include <linux/crush/crush.h> 19 # include <linux/crush/hash.h> 20 # include <linux/crush/mapper.h> 23 # include "crush.h" 61 * crush input @x and replica position (usually, position in output set) @r, 433 * @x: crush input value 845 * If you do retain the working space between calls to crush, make it
|
H A D | hash.c | 3 # include <linux/crush/hash.h>
|
/kernel/linux/linux-6.6/net/ceph/crush/ |
H A D | crush.c | 4 # include <linux/crush/crush.h> 7 # include "crush.h"
|
H A D | mapper.c | 18 # include <linux/crush/crush.h> 19 # include <linux/crush/hash.h> 20 # include <linux/crush/mapper.h> 23 # include "crush.h" 61 * crush input @x and replica position (usually, position in output set) @r, 433 * @x: crush input value 845 * If you do retain the working space between calls to crush, make it
|
H A D | hash.c | 3 # include <linux/crush/hash.h>
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | osdmap.h | 8 #include <linux/crush/crush.h> 196 struct crush_map *crush; member
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | osdmap.h | 8 #include <linux/crush/crush.h> 196 struct crush_map *crush; member
|
Completed in 11 milliseconds