Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dproc.h565 #define ISHOLD(p) ((p)->p_flag & SHOLDFORK) macro
567 #define MUSTRETURN(p, t) (ISHOLD(p) | (t)->t_activefd.a_stale)
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c1405 if (ISHOLD(p)) in trap()
1443 if (ISHOLD(p)) in trap()
/illumos-gate/usr/src/uts/intel/os/
H A Dsyscall.c643 if (ISHOLD(p) || (t->t_proc_flag & TP_EXITLWP)) in post_syscall()
/illumos-gate/usr/src/uts/sparc/os/
H A Dsyscall.c739 if (ISHOLD(p) || (t->t_proc_flag & TP_EXITLWP)) in post_syscall()
/illumos-gate/usr/src/uts/sun4/os/
H A Dtrap.c1320 if (ISHOLD(p)) in trap_cleanup()
/illumos-gate/usr/src/uts/common/os/
H A Dlwp.c1250 if (!(ISHOLD(p)) && !(p->p_flag & (SHOLDFORK1 | SHOLDWATCH))) { in holdlwp()