Expand description
QuotaReductionPolicy — what to do when a parent’s quota
reduction would drop below current child aggregate usage.
Default Reject — explicit opt-in is required for destructive policies.
apply_quota_reduction is the standalone deterministic algorithm;
parent-child wiring at Kernel::create_instance time composes around it.
Enums§
- Quota
Reduction Error - Failure mode for
apply_quota_reductionunderQuotaReductionPolicy::Reject. - Quota
Reduction Policy - What to do when a parent’s quota reduction would drop below the
aggregate usage of its children. Default:
Reject.
Functions§
- apply_
quota_ reduction - Compute each child’s new quota under
policyagainstnew_quota.