Lines Matching defs:allocated
737 * If we allocated nothing in the BLK case it may be because we are in
952 resource_size_t allocated = 0, available = 0;
1008 allocated += nvdimm_allocated_dpa(ndd, &label_id);
1012 if (val > available + allocated)
1015 if (val == allocated)
1019 allocated = div_u64(allocated, nd_region->ndr_mappings);
1020 if (val < allocated)
1022 allocated - val);
1024 rc = grow_dpa_allocation(nd_region, &label_id, val - allocated);
1211 * FIXME: can we delete uuid with zero dpa allocated?