Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h96 #define PID_RELE(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro
/titanic_41/usr/src/uts/common/os/
H A Dsession.c118 PID_RELE(sp->s_sidp); in sess_rele()
652 PID_RELE(pgidp); in freectty()
653 PID_RELE(sidp); in freectty()
H A Dpgrp.c187 PID_RELE(pgp);
H A Dpid.c305 PID_RELE(pidp); in pid_exit()
639 PID_RELE((struct pid *)pref); in proc_unref()
H A Dstreamio.c913 PID_RELE(ssp->ss_pidp); in strclean()
950 PID_RELE(ssp->ss_pidp); in strcleanall()
4658 PID_RELE(pidp); in strioctl()
4773 PID_RELE(pidp); in strioctl()
4781 PID_RELE(pidp); in strioctl()
4814 PID_RELE(pidp); in strioctl()
4824 PID_RELE(pidp); in strioctl()
4838 PID_RELE(pidp); in strioctl()
4889 PID_RELE(pidp); in strioctl()
4895 PID_RELE(pidp); in strioctl()
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dproc.h418 #define PID_RELE(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro