Home
last modified time | relevance | path

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

/linux-6.15/net/ceph/
H A DMakefile10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
H A Dosdmap.c1147 if (map->crush) in ceph_osdmap_destroy()
1148 crush_destroy(map->crush); in ceph_osdmap_destroy()
1265 if (IS_ERR(crush)) in osdmap_set_crush()
1266 return PTR_ERR(crush); in osdmap_set_crush()
1268 work = alloc_workspace(crush); in osdmap_set_crush()
1270 crush_destroy(crush); in osdmap_set_crush()
1274 if (map->crush) in osdmap_set_crush()
1275 crush_destroy(map->crush); in osdmap_set_crush()
1277 map->crush = crush; in osdmap_set_crush()
2501 arg_map = lookup_choose_arg_map(&map->crush->choose_args, in do_crush()
[all …]
/linux-6.15/include/linux/ceph/
H A Dosdmap.h196 struct crush_map *crush; member
/linux-6.15/Documentation/fb/
H A Dviafb.rst196 viafb doesn't support multi-head well, or it will cause screen crush.
/linux-6.15/Documentation/admin-guide/media/
H A Dbttv.rst177 adc_crush=0/1 Luminance ADC crush, on by default.
/linux-6.15/
H A DMAINTAINERS5438 F: include/linux/crush/