Home
last modified time | relevance | path

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

/xnu-10063.121.3/osfmk/kern/
H A Dzalloc_internal.h324 uint32_t z_recirc_full_min; member
H A Dzalloc.c2599 if (z && z->z_recirc_full_min > zd->zd_full) { in zone_depot_pop_head_full()
2600 z->z_recirc_full_min = zd->zd_full; in zone_depot_pop_head_full()
2641 if (z && z->z_recirc_full_min > src->zd_full) { in zone_depot_move_full()
2642 z->z_recirc_full_min = src->zd_full; in zone_depot_move_full()
7656 z->z_recirc_full_min = 0; in zone_reclaim_pcpu()
7678 z->z_recirc_full_min = 0; in zone_reclaim_recirc_drain()
7709 z->z_recirc_full_min); in zone_reclaim_recirc_trim()
7718 z->z_recirc_full_min -= count; in zone_reclaim_recirc_trim()
8016 f_n = MIN(z->z_recirc_full_wma, z->z_recirc_full_min * Z_WMA_UNIT); in zone_trim_needed()
8109 wma = Z_WMA_MIX(z->z_recirc_full_wma, z->z_recirc_full_min); in compute_zone_working_set_size()
[all …]