Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c111 t->t_mstate = init_state; in init_mstate()
258 mstate = t->t_mstate; in mstate_thread_onproc_time()
319 mstate = t->t_mstate; in mstate_systhread_times()
419 t->t_mstate = toms; in syscall_mstate()
556 ((kt)->t_mstate < LMS_SLEEP)
558 ((kt)->t_mstate >= LMS_SLEEP)
633 state = t->t_mstate; in new_mstate()
655 t->t_mstate = new_state; in new_mstate()
735 switch (t->t_mstate) { in restore_mstate()
755 t->t_mstate = ms->ms_prev; in restore_mstate()
[all …]
H A Dtimers.c681 switch (mstate = t->t_mstate) { in realprofexpire()
692 mstate = t->t_mstate; in realprofexpire()
/illumos-gate/usr/src/uts/common/disp/
H A Dshuttle.c231 ASSERT(t->t_mstate == LMS_SLEEP); in shuttle_sleep()
/illumos-gate/usr/src/uts/common/syscall/
H A Dlwp_sobj.c1345 if (t->t_mstate == LMS_USER_LOCK) in lwp_mutex_timedlock()
1787 if (t->t_mstate == LMS_USER_LOCK) in lwp_cond_wait()
1836 if (t->t_mstate == LMS_USER_LOCK) in lwp_cond_wait()
2660 if (t->t_mstate == LMS_USER_LOCK) in lwp_rwlock_lock()
2696 if (t->t_mstate == LMS_USER_LOCK) in lwp_rwlock_lock()
3121 if (t->t_mstate == LMS_USER_LOCK) in lwp_mutex_trylock()
H A Dlwpsys.c537 if (t->t_mstate == LMS_USER_LOCK) in lwp_park()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h244 int t_mstate; /* current microstate */ member
/illumos-gate/usr/src/uts/i86pc/ml/
H A Doffsets.in98 t_mstate
/illumos-gate/usr/src/uts/sun4/ml/
H A Doffsets.in139 t_mstate
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c3642 switch (state = t->t_mstate) { in prgetusage()
3804 switch (state = t->t_mstate) { in praddusage()