Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dkalloc.c1691 uint16_t zidx = i % n_zones, shuffled_zidx = 0; in kalloc_type_distribute_zone_for_type() local
1702 shuffled_zidx = shuffle_buf[zidx]; in kalloc_type_distribute_zone_for_type()
1703 zone = shuffled_zidx == 0 ? sig_zone : type_zones[shuffled_zidx - 1]; in kalloc_type_distribute_zone_for_type()