Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/kern/
H A Dkalloc.c1658 uint16_t zones_for_type = 0, n_mod = 0; in kalloc_type_zones_for_type() local
1665 n_mod = (zones_total_type * unique_types) % total_types; in kalloc_type_zones_for_type()
1666 zone_carry += n_mod; in kalloc_type_zones_for_type()