Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dproc.h547 #define ISHOLD(p) ((p)->p_flag & SHOLDFORK) macro
549 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale)
/titanic_50/usr/src/uts/i86pc/os/
H A Dtrap.c1481 if (ISHOLD(p)) in trap()
1519 if (ISHOLD(p)) in trap()
/titanic_50/usr/src/uts/intel/ia32/os/
H A Dsyscall.c654 if (ISHOLD(p) || (t->t_proc_flag & TP_EXITLWP)) in post_syscall()
/titanic_50/usr/src/uts/sparc/os/
H A Dsyscall.c745 if (ISHOLD(p) || (t->t_proc_flag & TP_EXITLWP)) in post_syscall()
/titanic_50/usr/src/uts/common/os/
H A Dlwp.c1255 if (!(ISHOLD(p)) && !(p->p_flag & (SHOLDFORK1 | SHOLDWATCH))) { in holdlwp()
/titanic_50/usr/src/uts/sun4/os/
H A Dtrap.c1330 if (ISHOLD(p)) in trap_cleanup()