Searched refs:aging_sysproc_count_stuck (Results 1 – 1 of 1) sorted by relevance
2354 uint32_t aging_app_count = 0, aging_sysproc_count = 0, aging_sysproc_count_stuck = 0; in _memstat_find_earliest_idle_deadline() local2362 aging_sysproc_count_stuck = memstat_bucket[system_procs_aging_band_stuck].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()2377 if (system_procs_aging_band_stuck && aging_sysproc_count_stuck > 0) { in _memstat_find_earliest_idle_deadline()