Searched refs:PID_HOLD (Results 1 – 6 of 6) sorted by relevance
94 #define PID_HOLD(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro
233 PID_HOLD(p->p_pidp); in sess_create()284 PID_HOLD(sp->s_sidp); /* requires pidlock */ in sess_ctty_set()285 PID_HOLD(sp->s_sidp); /* requires pidlock */ in sess_ctty_set()
148 PID_HOLD(pgp);
622 PID_HOLD(pidp); in proc_ref()
4645 PID_HOLD(pidp); in strioctl()4755 PID_HOLD(pidp); in strioctl()4801 PID_HOLD(pidp); in strioctl()4878 PID_HOLD(pidp); in strioctl()5649 PID_HOLD(stp->sd_pgidp); in strioctl()
418 #define PID_HOLD(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro