Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/kern/
H A Dkalloc.c585 int16_t zone_carry = 0; variable
1669 zone_carry += n_mod; in kalloc_type_zones_for_type()
1674 if (((unique_types > 3) && (zone_carry > 0)) || in kalloc_type_zones_for_type()
1675 (zone_carry >= (int) total_types) || in kalloc_type_zones_for_type()
1676 (last_sig && (zone_carry > 0))) { in kalloc_type_zones_for_type()
1677 zone_carry -= total_types; in kalloc_type_zones_for_type()
1682 assert(zone_carry == 0); in kalloc_type_zones_for_type()
1849 zone_carry = 0; in kalloc_type_create_zones_fixed()