Home
last modified time | relevance | path

Searched refs:TS_RESUME (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_uthread.c135 if (tp->t_schedflag & TS_RESUME) in cpr_stop_user()
136 tp->t_schedflag &= ~TS_RESUME; in cpr_stop_user()
249 tp->t_schedflag |= TS_RESUME; in cpr_start_user_threads()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h427 #define TS_RESUME 0x1000 /* setrun() by CPR resume process */ macro
431 (TS_CSTART|TS_UNPAUSE|TS_XSTART|TS_PSTART|TS_RESUME|TS_CREATE)
468 !((t)->t_schedflag & TS_RESUME))
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dsysctrl_quiesce.c361 tp->t_schedflag &= ~TS_RESUME; in sysctrl_stop_user_threads()
516 tp->t_schedflag |= TS_RESUME; in sysctrl_start_user_threads()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c544 tp->t_schedflag &= ~TS_RESUME;
646 tp->t_schedflag |= TS_RESUME;
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c562 tp->t_schedflag &= ~TS_RESUME; in dr_stop_user_threads()
679 tp->t_schedflag |= TS_RESUME; in dr_start_user_threads()
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_quiesce.c563 tp->t_schedflag &= ~TS_RESUME; in dr_stop_user_threads()
680 tp->t_schedflag |= TS_RESUME; in dr_start_user_threads()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c915 flags &= ~TS_RESUME; in stop()