Home
last modified time | relevance | path

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

/Linux-v5.10/net/ceph/
DMakefile10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
Dosdmap.c1131 if (map->crush) in ceph_osdmap_destroy()
1132 crush_destroy(map->crush); in ceph_osdmap_destroy()
1245 static int osdmap_set_crush(struct ceph_osdmap *map, struct crush_map *crush) in osdmap_set_crush() argument
1249 if (IS_ERR(crush)) in osdmap_set_crush()
1250 return PTR_ERR(crush); in osdmap_set_crush()
1252 work = alloc_workspace(crush); in osdmap_set_crush()
1254 crush_destroy(crush); in osdmap_set_crush()
1258 if (map->crush) in osdmap_set_crush()
1259 crush_destroy(map->crush); in osdmap_set_crush()
1261 map->crush = crush; in osdmap_set_crush()
[all …]
/Linux-v5.10/include/linux/ceph/
Dosdmap.h196 struct crush_map *crush; member
/Linux-v5.10/Documentation/fb/
Dviafb.rst196 viafb doesn't support multi-head well, or it will cause screen crush.
/Linux-v5.10/Documentation/admin-guide/media/
Dbttv.rst176 adc_crush=0/1 Luminance ADC crush, on by default.
/Linux-v5.10/
DMAINTAINERS4084 F: include/linux/crush/