Home
last modified time | relevance | path

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

/xnu-10002.1.13/osfmk/kern/
H A Dzalloc_internal.h323 uint32_t z_recirc_full_min; member
H A Dzalloc.c2575 if (z && z->z_recirc_full_min > zd->zd_full) { in zone_depot_pop_head_full()
2576 z->z_recirc_full_min = zd->zd_full; in zone_depot_pop_head_full()
2617 if (z && z->z_recirc_full_min > src->zd_full) { in zone_depot_move_full()
2618 z->z_recirc_full_min = src->zd_full; in zone_depot_move_full()
7512 z->z_recirc_full_min = 0; in zone_reclaim_pcpu()
7534 z->z_recirc_full_min = 0; in zone_reclaim_recirc_drain()
7565 z->z_recirc_full_min); in zone_reclaim_recirc_trim()
7574 z->z_recirc_full_min -= count; in zone_reclaim_recirc_trim()
7872 f_n = MIN(z->z_recirc_full_wma, z->z_recirc_full_min * Z_WMA_UNIT); in zone_trim_needed()
7965 wma = Z_WMA_MIX(z->z_recirc_full_wma, z->z_recirc_full_min); in compute_zone_working_set_size()
[all …]