Home
last modified time | relevance | path

Searched refs:LMS_SLEEP (Results 1 – 14 of 14) sorted by relevance

/titanic_44/usr/src/uts/common/disp/
H A Dshuttle.c125 (void) new_mstate(curthread, LMS_SLEEP); in shuttle_resume()
196 (void) new_mstate(curthread, LMS_SLEEP); in shuttle_swtch()
233 ASSERT(t->t_mstate == LMS_SLEEP); in shuttle_sleep()
/titanic_44/usr/src/uts/common/sys/
H A Dmsacct.h44 #define LMS_SLEEP 7 /* asleep for any other reason */ macro
/titanic_44/usr/src/uts/common/os/
H A Dmsacct.c550 ((kt)->t_mstate < LMS_SLEEP)
552 ((kt)->t_mstate >= LMS_SLEEP)
679 if (state != LMS_SLEEP && state != LMS_STOPPED) in new_mstate()
734 case LMS_SLEEP: in restore_mstate()
747 mstimep = &ms->ms_acct[LMS_SLEEP]; in restore_mstate()
H A Dexit.c737 p->p_acct[LMS_SLEEP] += p->p_cacct[LMS_SLEEP]; in proc_exit()
1265 p->p_nextofkin->p_cacct[LMS_SLEEP] += p->p_acct[LMS_SLEEP]; in freeproc()
H A Dsched.c319 (void) new_mstate(t, LMS_SLEEP); in sched()
495 (void) new_mstate(t, LMS_SLEEP); in sched()
H A Dsemaphore.c86 (void) new_mstate(curthread, LMS_SLEEP); \
H A Dtimers.c661 mstate = LMS_SLEEP; in realprofexpire()
671 mstate = LMS_SLEEP; in realprofexpire()
H A Dturnstile.c466 (void) new_mstate(t, LMS_SLEEP); in turnstile_block()
H A Dcondvar.c165 (void) new_mstate(t, LMS_SLEEP); in cv_block()
/titanic_44/usr/src/uts/common/tnf/
H A Dtnf_res.c270 ((t)->t_wchan0 ? LMS_USER_LOCK : LMS_SLEEP))
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c2831 pup->pr_slptime = ms->ms_acct[LMS_SLEEP]; in prgetusage()
2861 case LMS_SLEEP: in prgetusage()
2872 state = LMS_SLEEP; in prgetusage()
2891 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in prgetusage()
2982 conv.pr_slptime = ms->ms_acct[LMS_SLEEP]; in praddusage()
3023 case LMS_SLEEP: in praddusage()
3034 state = LMS_SLEEP; in praddusage()
3053 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in praddusage()
H A Dprioctl.c1094 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in prioctl64()
1185 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in prioctl64()
2724 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in prioctl32()
2815 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in prioctl32()
H A Dprvnops.c1158 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in pr_read_usage()
1268 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in pr_read_lusage()
2183 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in pr_read_usage_32()
2293 pup->pr_slptime = p->p_acct[LMS_SLEEP]; in pr_read_lusage_32()
/titanic_44/usr/src/uts/common/syscall/
H A Dlwp_sobj.c522 (void) new_mstate(curthread, LMS_SLEEP); in lwp_block()