Searched refs:victims (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvdimm/ |
H A D | label.c | 901 int i, alloc, victims, nfree, old_num_resources, nlabel, rc = -ENXIO; in __blk_label_update() local 939 victims = 0; in __blk_label_update() 958 victims++; in __blk_label_update() 963 if (nfree - alloc < 0 || nfree - alloc + victims < 1) { in __blk_label_update()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osd_client.c | 2580 bool *victims = arg; in abort_on_full_fn() local 2585 if (!*victims) { in abort_on_full_fn() 2587 *victims = true; in abort_on_full_fn() 2603 bool victims = false; in ceph_osdc_abort_on_full() local 2607 for_each_request(osdc, abort_on_full_fn, &victims); in ceph_osdc_abort_on_full()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osd_client.c | 2667 bool *victims = arg; in abort_on_full_fn() local 2672 if (!*victims) { in abort_on_full_fn() 2674 *victims = true; in abort_on_full_fn() 2690 bool victims = false; in ceph_osdc_abort_on_full() local 2694 for_each_request(osdc, abort_on_full_fn, &victims); in ceph_osdc_abort_on_full()
|
Completed in 16 milliseconds