Searched refs:hispgrp (Results 1 – 1 of 1) sorted by relevance
1562 struct pgrp *hispgrp; in fixjobc() local1572 hispgrp = p->p_pptr->p_pgrp; in fixjobc()1573 if (hispgrp != pgrp && hispgrp->pg_session == mysession) { in fixjobc()1590 hispgrp = child->p_pgrp; in fixjobc()1591 if (hispgrp != pgrp && hispgrp->pg_session == mysession && in fixjobc()1595 hispgrp->pg_jobc++; in fixjobc()1597 KASSERT(hispgrp->pg_jobc > 0); in fixjobc()1598 if (--hispgrp->pg_jobc == 0) in fixjobc()1599 orphanpg(hispgrp); in fixjobc()