Lines Matching refs:allocate
380 * @label_id: namespace id to allocate space
453 resource_size_t allocate, available = 0;
499 allocate = min(available, n);
504 rc = adjust_resource(res, res->start - allocate,
505 resource_size(res) + allocate);
508 action = "allocate";
514 - allocate, resource_size(next)
515 + allocate);
521 action = "allocate";
527 action = "allocate";
533 if (strcmp(action, "allocate") == 0) {
535 valid.start, allocate);
541 + allocate);
555 n -= allocate;
654 * grow_dpa_allocation - for each dimm allocate n bytes for @label_id
655 * @nd_region: the set of dimms to allocate @n more bytes from