Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkern_memorystatus.c413 proc_t p = NULL, next_proc = NULL;
470 next_proc = TAILQ_NEXT(p, p_memstat_list);
480 p = next_proc;
490 next_proc = TAILQ_NEXT(p, p_memstat_list);
500 p = next_proc;
1877 proc_t next_proc = NULL; in memorystatus_perform_idle_demotion() local
1879 next_proc = TAILQ_NEXT(p, p_memstat_list); in memorystatus_perform_idle_demotion()
1884 p = next_proc; in memorystatus_perform_idle_demotion()