Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c509 int16_t zone_carry = 0; variable
1571 zone_carry += n_mod; in kalloc_type_zones_for_type()
1576 if (((unique_types > 3) && (zone_carry > 0)) || in kalloc_type_zones_for_type()
1577 (zone_carry >= (int) total_types) || in kalloc_type_zones_for_type()
1578 (last_sig && (zone_carry > 0))) { in kalloc_type_zones_for_type()
1579 zone_carry -= total_types; in kalloc_type_zones_for_type()
1584 assert(zone_carry == 0); in kalloc_type_zones_for_type()
1744 zone_carry = 0; in kalloc_type_create_zones_fixed()