Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h94 #define PID_HOLD(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro
/titanic_41/usr/src/uts/common/os/
H A Dsession.c233 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()
H A Dpgrp.c148 PID_HOLD(pgp);
H A Dpid.c624 PID_HOLD(pidp); in proc_ref()
H A Dstreamio.c4644 PID_HOLD(pidp); in strioctl()
4754 PID_HOLD(pidp); in strioctl()
4800 PID_HOLD(pidp); in strioctl()
4877 PID_HOLD(pidp); in strioctl()
5648 PID_HOLD(stp->sd_pgidp); in strioctl()
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h416 #define PID_HOLD(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro