Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/nvdimm/
Dlabel.c901 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()
/Linux-v5.4/Documentation/admin-guide/laptops/
Ddisk-shock-protection.rst135 for use. Please feel free to add projects that have been the victims
/Linux-v5.4/net/ceph/
Dosd_client.c2538 bool *victims = arg; in abort_on_full_fn() local
2543 if (!*victims) { in abort_on_full_fn()
2545 *victims = true; in abort_on_full_fn()
2561 bool victims = false; in ceph_osdc_abort_on_full() local
2565 for_each_request(osdc, abort_on_full_fn, &victims); in ceph_osdc_abort_on_full()
/Linux-v5.4/fs/nfsd/
Dnfs4state.c7391 struct list_head *victims) in nfsd_find_all_delegations() argument
7402 if (victims) { in nfsd_find_all_delegations()
7414 list_add(&dp->dl_recall_lru, victims); in nfsd_find_all_delegations()