Searched refs:shuffled_zidx (Results 1 – 1 of 1) sorted by relevance
1691 uint16_t zidx = i % n_zones, shuffled_zidx = 0; in kalloc_type_distribute_zone_for_type() local1702 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()