Home
last modified time | relevance | path

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

/Linux-v5.4/net/ceph/
DMakefile10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
Dosdmap.c940 if (map->crush) in ceph_osdmap_destroy()
941 crush_destroy(map->crush); in ceph_osdmap_destroy()
1053 static int osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) in osdmap_set_crush() argument
1058 if (IS_ERR(crush)) in osdmap_set_crush()
1059 return PTR_ERR(crush); in osdmap_set_crush()
1061 work_size = crush_work_size(crush, CEPH_PG_MAX_SIZE); in osdmap_set_crush()
1065 crush_destroy(crush); in osdmap_set_crush()
1068 crush_init_workspace(crush, workspace); in osdmap_set_crush()
1070 if (map->crush) in osdmap_set_crush()
1071 crush_destroy(map->crush); in osdmap_set_crush()
[all …]
/Linux-v5.4/include/linux/ceph/
Dosdmap.h182 struct crush_map *crush; member
/Linux-v5.4/Documentation/fb/
Dviafb.rst196 viafb doesn't support multi-head well, or it will cause screen crush.
/Linux-v5.4/Documentation/media/v4l-drivers/
Dbttv.rst152 adc_crush=0/1 Luminance ADC crush, on by default.
/Linux-v5.4/
DMAINTAINERS3808 F: include/linux/crush/