Home
last modified time | relevance | path

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

/linux-4.4.14/net/ceph/
DMakefile8 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
Dosdmap.c657 if (map->crush) in ceph_osdmap_destroy()
658 crush_destroy(map->crush); in ceph_osdmap_destroy()
1144 map->crush = crush_decode(*p, min(*p + len, end)); in osdmap_decode()
1145 if (IS_ERR(map->crush)) { in osdmap_decode()
1146 err = PTR_ERR(map->crush); in osdmap_decode()
1147 map->crush = NULL; in osdmap_decode()
1266 if (map->crush) in osdmap_apply_incremental()
1267 crush_destroy(map->crush); in osdmap_apply_incremental()
1268 map->crush = newcrush; in osdmap_apply_incremental()
1483 r = crush_do_rule(map->crush, ruleno, x, result, result_max, in do_crush()
[all …]
/linux-4.4.14/include/linux/ceph/
Dosdmap.h110 struct crush_map *crush; member
/linux-4.4.14/Documentation/video4linux/bttv/
DInsmod-options56 adc_crush=0/1 Luminance ADC crush, on by default.
/linux-4.4.14/Documentation/fb/
Dviafb.txt176 viafb doesn't support multi-head well, or it will cause screen crush.
/linux-4.4.14/
DMAINTAINERS2678 F: include/linux/crush/