Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ceph/
H A DMakefile10 osd_client.o osdmap.o crush/crush.o crush/mapper.o crush/hash.o \
H A 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 …]
/OK3568_Linux_fs/kernel/include/linux/ceph/
H A Dosdmap.h196 struct crush_map *crush; member
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dviafb.rst196 viafb doesn't support multi-head well, or it will cause screen crush.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dbttv.rst176 adc_crush=0/1 Luminance ADC crush, on by default.
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS4084 F: include/linux/crush/