Home
last modified time | relevance | path

Searched refs:crush (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/ceph/
DMakefile10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
Dosdmap.c941 if (map->crush) in ceph_osdmap_destroy()
942 crush_destroy(map->crush); in ceph_osdmap_destroy()
1037 static int osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) in osdmap_set_crush() argument
1042 if (IS_ERR(crush)) in osdmap_set_crush()
1043 return PTR_ERR(crush); in osdmap_set_crush()
1045 work_size = crush_work_size(crush, CEPH_PG_MAX_SIZE); in osdmap_set_crush()
1049 crush_destroy(crush); in osdmap_set_crush()
1052 crush_init_workspace(crush, workspace); in osdmap_set_crush()
1054 if (map->crush) in osdmap_set_crush()
1055 crush_destroy(map->crush); in osdmap_set_crush()
[all …]
/Linux-v4.19/include/linux/ceph/
Dosdmap.h183 struct crush_map *crush; member
/Linux-v4.19/Documentation/fb/
Dviafb.txt176 viafb doesn't support multi-head well, or it will cause screen crush.
/Linux-v4.19/Documentation/media/v4l-drivers/
Dbttv.rst150 adc_crush=0/1 Luminance ADC crush, on by default.
/Linux-v4.19/
DMAINTAINERS3443 F: include/linux/crush/