Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dzalloc_internal.h337 uint32_t z_recirc_cont_wma; member
H A Dzalloc.c2822 zone->z_recirc_cont_wma = 0; in zone_enable_caching()
7680 z->z_recirc_cont_wma = 0; in zone_reclaim_pcpu()
8135 old = z->z_recirc_cont_wma; in compute_zone_working_set_size()
8173 z->z_recirc_cont_wma = cur; in compute_zone_working_set_size()
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py313 cont=float(zone.z_recirc_cont_wma) / 256.,