Searched refs:first_p (Results 1 – 1 of 1) sorted by relevance
169 struct proc *reap, *p2, *first_p; in reap_status() local185 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()