Searched refs:PRC_DESTROY (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h86 #define PRC_DESTROY 0x01 /* process or lwp is being destroyed */ macro
H A Dprvnops.c526 !(pcp->prc_flags & PRC_DESTROY) &&
1182 !(pnp->pr_pcommon->prc_flags & PRC_DESTROY)) {
2227 !(pnp->pr_pcommon->prc_flags & PRC_DESTROY)) {
3555 pcp->prc_flags |= PRC_DESTROY;
3620 if (dpnp->pr_pcommon->prc_flags & PRC_DESTROY) {
3885 pcp->prc_flags |= PRC_DESTROY;
3939 if (dpnp->pr_common->prc_flags & PRC_DESTROY) {
4293 (dpnp->pr_common->prc_flags & (PRC_DESTROY | PRC_LWP)) != PRC_LWP) {
4804 int zombie = ((pnp->pr_pcommon->prc_flags & PRC_DESTROY) != 0);
5163 int zombie = ((pcp->prc_flags & PRC_DESTROY) !
[all...]
H A Dprioctl.c1115 !(pcp->prc_flags & PRC_DESTROY)) {
1144 nlwp = Nlwp = (pcp->prc_flags & PRC_DESTROY)? 0 : p->p_lwpcnt;
1208 !(pcp->prc_flags & PRC_DESTROY)) {
2745 !(pcp->prc_flags & PRC_DESTROY)) {
2774 nlwp = Nlwp = (pcp->prc_flags & PRC_DESTROY)? 0 : p->p_lwpcnt;
2838 !(pcp->prc_flags & PRC_DESTROY)) {
H A Dprsubr.c367 VTOP(p->p_trace)->pr_common->prc_flags |= PRC_DESTROY;
400 pcp->prc_flags |= PRC_DESTROY;
408 pcp->prc_flags |= PRC_DESTROY;
443 (pcp->prc_flags & PRC_DESTROY));
749 ((pcp->prc_flags & PRC_DESTROY) || (p->p_flag & SEXITING))) {
758 if ((zdisp == ZNO && (pcp->prc_flags & PRC_DESTROY)) ||
828 !(pcp->prc_flags & PRC_DESTROY) &&
H A Dprcontrol.c1159 ASSERT(!(pcp->prc_flags & PRC_DESTROY) && p->p_stat != SZOMB &&

Completed in 92 milliseconds