Home
last modified time | relevance | path

Searched refs:aging_sysproc_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
2359 aging_sysproc_count = memstat_bucket[system_procs_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()
2372 if (system_procs_aging_band && aging_sysproc_count > 0) { in _memstat_find_earliest_idle_deadline()