Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c1563 uint16_t zones_for_type = 0, n_mod = 0; in kalloc_type_zones_for_type() local
1570 n_mod = (zones_total_type * unique_types) % total_types; in kalloc_type_zones_for_type()
1571 zone_carry += n_mod; in kalloc_type_zones_for_type()