Searched refs:PID_HOLD (Results 1 – 6 of 6) sorted by relevance
95 #define PID_HOLD(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro
230 PID_HOLD(p->p_pidp); in sess_create()281 PID_HOLD(sp->s_sidp); /* requires pidlock */ in sess_ctty_set()282 PID_HOLD(sp->s_sidp); /* requires pidlock */ in sess_ctty_set()
146 PID_HOLD(pgp);
623 PID_HOLD(pidp); in proc_ref()
4770 PID_HOLD(pidp); in strioctl()4880 PID_HOLD(pidp); in strioctl()4926 PID_HOLD(pidp); in strioctl()5003 PID_HOLD(pidp); in strioctl()5774 PID_HOLD(stp->sd_pgidp); in strioctl()
428 #define PID_HOLD(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro