Searched refs:first_p (Results 1 – 1 of 1) sorted by relevance
170 struct proc *reap, *p2, *first_p; in reap_status() local187 first_p = LIST_FIRST(&reap->p_children); in reap_status()188 if (first_p == NULL) in reap_status()189 first_p = LIST_FIRST(&reap->p_reaplist); in reap_status()190 rs->rs_pid = first_p->p_pid; in reap_status()