Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h324 uint32_t z_recirc_full_min; member
H A Dzalloc.c2610 if (z && z->z_recirc_full_min > zd->zd_full) { in zone_depot_pop_head_full()
2611 z->z_recirc_full_min = zd->zd_full; in zone_depot_pop_head_full()
2652 if (z && z->z_recirc_full_min > src->zd_full) { in zone_depot_move_full()
2653 z->z_recirc_full_min = src->zd_full; in zone_depot_move_full()
7673 z->z_recirc_full_min = 0; in zone_reclaim_pcpu()
7695 z->z_recirc_full_min = 0; in zone_reclaim_recirc_drain()
7726 z->z_recirc_full_min); in zone_reclaim_recirc_trim()
7735 z->z_recirc_full_min -= count; in zone_reclaim_recirc_trim()
8033 f_n = MIN(z->z_recirc_full_wma, z->z_recirc_full_min * Z_WMA_UNIT); in zone_trim_needed()
8126 wma = Z_WMA_MIX(z->z_recirc_full_wma, z->z_recirc_full_min); in compute_zone_working_set_size()
[all …]