Searched refs:pg_jobc (Results 1 – 6 of 6) sorted by relevance
1399 pgrp->pg_jobc = 0; in proc_enterpgrp()1575 pgrp->pg_jobc++; in fixjobc()1579 if (--pgrp->pg_jobc == 0) in fixjobc()1595 hispgrp->pg_jobc++; in fixjobc()1597 KASSERT(hispgrp->pg_jobc > 0); in fixjobc()1598 if (--hispgrp->pg_jobc == 0) in fixjobc()1668 pgrp, pgrp->pg_id, pgrp->pg_jobc, in pidtbl_dump()2736 ep->e_jobc = p->p_pgrp->pg_jobc; in fill_eproc()2890 ki->p_jobc = p->p_pgrp->pg_jobc; in fill_kproc2()
1070 p->p_pgrp->pg_jobc && (p->p_lflag & PL_PPWAIT) == 0 && in ttioctl()1997 p->p_lflag & PL_PPWAIT || p->p_pgrp->pg_jobc == 0) { in ttread()2262 if (p->p_pgrp->pg_jobc == 0) { in ttwrite()
443 p->p_pgrp->pg_jobc == 0 || in ptsread()
1381 if (prop & SA_TTYSTOP && p->p_pgrp->pg_jobc == 0) in kpsignal2()
124 int pg_jobc; /* member
360 eproc.e_jobc = pgrp.pg_jobc; in kvm_proclist()