Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_procctl.c169 struct proc *reap, *p2, *first_p; in reap_status() local
185 first_p = LIST_FIRST(&reap->p_children); in reap_status()
186 if (first_p == NULL) in reap_status()
187 first_p = LIST_FIRST(&reap->p_reaplist); in reap_status()
188 rs->rs_pid = first_p->p_pid; in reap_status()