Searched refs:first_p (Results 1 – 1 of 1) sorted by relevance
179 struct proc *reap, *p2, *first_p; in reap_status() local193 first_p = LIST_FIRST(&reap->p_children); in reap_status()194 if (first_p == NULL) in reap_status()195 first_p = LIST_FIRST(&reap->p_reaplist); in reap_status()196 rs->rs_pid = first_p->p_pid; in reap_status()