Home
last modified time | relevance | path

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

/netbsd/sys/kern/
H A Dkern_proc.c1561 struct pgrp *hispgrp; in fixjobc() local
1571 hispgrp = p->p_pptr->p_pgrp; in fixjobc()
1572 if (hispgrp != pgrp && hispgrp->pg_session == mysession) { in fixjobc()
1589 hispgrp = child->p_pgrp; in fixjobc()
1590 if (hispgrp != pgrp && hispgrp->pg_session == mysession && in fixjobc()
1594 hispgrp->pg_jobc++; in fixjobc()
1596 KASSERT(hispgrp->pg_jobc > 0); in fixjobc()
1597 if (--hispgrp->pg_jobc == 0) in fixjobc()
1598 orphanpg(hispgrp); in fixjobc()