Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c1429 uint16_t zone_budget, in kalloc_type_distribute_budget() argument
1435 uint16_t remaining_zones = zone_budget; in kalloc_type_distribute_budget()
1576 uint16_t zone_budget) in kalloc_type_apply_policy() argument
1578 uint16_t zbudget_sig = (uint16_t) ((7 * zone_budget) / 10); in kalloc_type_apply_policy()
1579 uint16_t zbudget_type = zone_budget - zbudget_sig; in kalloc_type_apply_policy()
1585 assert(zone_budget + current_zones <= MAX_ZONES); in kalloc_type_apply_policy()
3650 uint16_t zone_budget = (uint16_t) in; in kalloc_type_test_policy() local
3664 if (zone_budget < MAX_K_ZONE(kt_zone_cfg) * 2) { in kalloc_type_test_policy()
3677 zones_per_sig, zones_per_type, zone_budget); in kalloc_type_test_policy()