Home
last modified time | relevance | path

Searched refs:victims (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/nvdimm/
Dlabel.c998 int i, alloc, victims, nfree, old_num_resources, nlabel, rc = -ENXIO; in __blk_label_update() local
1036 victims = 0; in __blk_label_update()
1055 victims++; in __blk_label_update()
1060 if (nfree - alloc < 0 || nfree - alloc + victims < 1) { in __blk_label_update()
/Linux-v5.15/Documentation/admin-guide/laptops/
Ddisk-shock-protection.rst135 for use. Please feel free to add projects that have been the victims
/Linux-v5.15/net/ceph/
Dosd_client.c2601 bool *victims = arg; in abort_on_full_fn() local
2606 if (!*victims) { in abort_on_full_fn()
2608 *victims = true; in abort_on_full_fn()
2624 bool victims = false; in ceph_osdc_abort_on_full() local
2628 for_each_request(osdc, abort_on_full_fn, &victims); in ceph_osdc_abort_on_full()