Home
last modified time | relevance | path

Searched refs:TS_ALLSTART (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsched.c316 t->t_schedflag |= (TS_ALLSTART & ~TS_CSTART); in sched()
492 t->t_schedflag |= (TS_ALLSTART & ~TS_CSTART); in sched()
H A Dclock.c922 t->t_schedflag &= ~TS_ALLSTART; in clock()
942 t->t_schedflag &= ~TS_ALLSTART; in clock()
H A Dsig.c856 int flags = TS_ALLSTART; in stop()
1175 ASSERT((t->t_schedflag & TS_ALLSTART) == 0); in stop()
H A Dlwp.c684 t->t_schedflag |= (TS_ALLSTART & ~(TS_CSTART | TS_CREATE)); in lwp_create()
H A Dtaskq.c2299 t->t_schedflag |= TS_ALLSTART; in taskq_bucket_extend()
H A Dzone.c3630 t->t_schedflag |= TS_ALLSTART; in zthread_create()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1431 if ((t->t_schedflag & TS_ALLSTART) != TS_ALLSTART) in setrun_locked()
1444 t->t_schedflag &= ~TS_ALLSTART; in setrun_locked()
H A Ddisp.c1209 ASSERT((tp->t_schedflag & TS_ALLSTART) == 0); in setbackdq()
1393 ASSERT((tp->t_schedflag & TS_ALLSTART) == 0); in setfrontdq()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h430 #define TS_ALLSTART \ macro