Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/kern/
H A Dzalloc_internal.h255 uint32_t z_contention_wma; member
H A Dzalloc.c2628 if (zone->z_contention_wma < 2 * Z_CONTENTION_WMA_UNIT) { in zone_lock_was_contended()
2634 if (zone->z_contention_wma < 4 * Z_CONTENTION_WMA_UNIT) { in zone_lock_was_contended()
2640 if (!zc_grow_threshold || zone->z_contention_wma < in zone_lock_was_contended()
6656 z->z_contention_wma = 0; in zone_reclaim()
6929 z->z_contention_wma = (3 * wma + z->z_contention_wma) / 4; in compute_zone_working_set_size()
6936 z->z_contention_wma < Z_CONTENTION_WMA_UNIT / 2) { in compute_zone_working_set_size()
6949 zc_auto && z->z_contention_wma >= zc_auto && wma >= zc_auto) { in compute_zone_working_set_size()
/xnu-8019.80.24/tools/lldbmacros/
H A Dmemory.py614 cont=float(zone.z_contention_wma) / 256.,