Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h97 #define PID_RELE(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro
/illumos-gate/usr/src/uts/common/os/
H A Dsession.c115 PID_RELE(sp->s_sidp); in sess_rele()
649 PID_RELE(pgidp); in freectty()
650 PID_RELE(sidp); in freectty()
H A Dpid.c307 PID_RELE(pidp); in pid_exit()
638 PID_RELE((struct pid *)pref); in proc_unref()
H A Dpgrp.c185 PID_RELE(pgp);
H A Dstreamio.c967 PID_RELE(ssp->ss_pidp); in strclean()
1004 PID_RELE(ssp->ss_pidp); in strcleanall()
4784 PID_RELE(pidp); in strioctl()
4899 PID_RELE(pidp); in strioctl()
4907 PID_RELE(pidp); in strioctl()
4940 PID_RELE(pidp); in strioctl()
4950 PID_RELE(pidp); in strioctl()
4964 PID_RELE(pidp); in strioctl()
5015 PID_RELE(pidp); in strioctl()
5021 PID_RELE(pidp); in strioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h430 #define PID_RELE(pidp) ASSERT(MUTEX_HELD(&pidlock)); \ macro