Home
last modified time | relevance | path

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

/xnu-11215/bsd/kern/
H A Dkern_memorystatus.c2378 proc_t oldest_sysproc_stuck; in _memstat_find_earliest_idle_deadline() local
2380 oldest_sysproc_stuck = TAILQ_FIRST(&demotion_bucket->list); in _memstat_find_earliest_idle_deadline()
2383 if (oldest_sysproc_stuck->p_memstat_idledeadline < in _memstat_find_earliest_idle_deadline()
2385 oldest_proc = oldest_sysproc_stuck; in _memstat_find_earliest_idle_deadline()
2388 oldest_proc = oldest_sysproc_stuck; in _memstat_find_earliest_idle_deadline()