Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c1331 uint16_t zone_budget, in kalloc_type_distribute_budget() argument
1337 uint16_t remaining_zones = zone_budget; in kalloc_type_distribute_budget()
1478 uint16_t zone_budget) in kalloc_type_apply_policy() argument
1480 uint16_t zbudget_sig = (uint16_t) ((7 * zone_budget) / 10); in kalloc_type_apply_policy()
1481 uint16_t zbudget_type = zone_budget - zbudget_sig; in kalloc_type_apply_policy()
1487 assert(zone_budget + current_zones <= MAX_ZONES); in kalloc_type_apply_policy()
3498 uint16_t zone_budget = (uint16_t) in; in kalloc_type_test_policy() local
3512 if (zone_budget < MAX_K_ZONE(kt_zone_cfg) * 2) { in kalloc_type_test_policy()
3525 zones_per_sig, zones_per_type, zone_budget); in kalloc_type_test_policy()