Home
last modified time | relevance | path

Searched refs:z_recirc_cont_wma (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/osfmk/kern/
H A Dzalloc_internal.h335 uint32_t z_recirc_cont_wma; member
H A Dzalloc.c2820 zone->z_recirc_cont_wma = 0; in zone_enable_caching()
7676 z->z_recirc_cont_wma = 0; in zone_reclaim_pcpu()
8131 old = z->z_recirc_cont_wma; in compute_zone_working_set_size()
8169 z->z_recirc_cont_wma = cur; in compute_zone_working_set_size()
/xnu-11215.1.10/tools/lldbmacros/
H A Dmemory.py301 cont=float(zone.z_recirc_cont_wma) / 256.,