Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dkern_memorystatus.c414 proc_t p = NULL, next_proc = NULL;
471 next_proc = TAILQ_NEXT(p, p_memstat_list);
481 p = next_proc;
491 next_proc = TAILQ_NEXT(p, p_memstat_list);
501 p = next_proc;
1878 proc_t next_proc = NULL; in memorystatus_perform_idle_demotion() local
1880 next_proc = TAILQ_NEXT(p, p_memstat_list); in memorystatus_perform_idle_demotion()
1885 p = next_proc; in memorystatus_perform_idle_demotion()