Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c2354 uint32_t aging_app_count = 0, aging_sysproc_count = 0, aging_sysproc_count_stuck = 0; in _memstat_find_earliest_idle_deadline() local
2365 aging_app_count = memstat_bucket[applications_aging_band].count; in _memstat_find_earliest_idle_deadline()
2368 if ((aging_app_count + aging_sysproc_count + aging_sysproc_count_stuck) == 0) { in _memstat_find_earliest_idle_deadline()
2392 if (applications_aging_band && aging_app_count > 0) { in _memstat_find_earliest_idle_deadline()