Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h131 uint32_t zs_alloc_rr; /* allocation rr bias */ member
H A Dzalloc.c1947 vm_offset_t eidx = zs->zs_alloc_rr + 1; in zone_meta_find_and_clear_bit()
1954 zs->zs_alloc_rr = (uint16_t)eidx; in zone_meta_find_and_clear_bit()
3131 zs->zs_alloc_rr += bits; in zone_early_scramble_rr()
3132 zs->zs_alloc_rr %= zone->z_chunk_elems; in zone_early_scramble_rr()