Home
last modified time | relevance | path

Searched refs:LMS_STOPPED (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dmsacct.h46 #define LMS_STOPPED 9 /* stopped (/proc, jobcontrol, lwp_suspend) */ macro
/titanic_41/usr/src/cmd/lms/
H A Dplugin.h39 #define LMS_STOPPED 0x3 macro
/titanic_41/usr/src/uts/common/os/
H A Dmsacct.c679 if (state != LMS_SLEEP && state != LMS_STOPPED) in new_mstate()
755 case LMS_STOPPED: in restore_mstate()
756 mstimep = &ms->ms_acct[LMS_STOPPED]; in restore_mstate()
815 (void) new_mstate(t, LMS_STOPPED); in term_mstate()
H A Dexit.c739 p->p_acct[LMS_STOPPED] += p->p_cacct[LMS_STOPPED]; in proc_exit()
1268 p->p_nextofkin->p_cacct[LMS_STOPPED] += p->p_acct[LMS_STOPPED]; in freeproc()
H A Dlwp.c683 init_mstate(t, LMS_STOPPED); in lwp_create()
1846 init_mstate(ct, LMS_STOPPED); in forklwp()
H A Dsig.c1164 (void) new_mstate(t, LMS_STOPPED); in stop()
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_res.c269 (((ts) == TS_STOPPED) ? LMS_STOPPED : \
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprioctl.c1096 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in prioctl64()
1187 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in prioctl64()
2726 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in prioctl32()
2817 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in prioctl32()
H A Dprsubr.c2833 pup->pr_stoptime = ms->ms_acct[LMS_STOPPED]; in prgetusage()
2893 case LMS_STOPPED: mstimep = &pup->pr_stoptime; break; in prgetusage()
2984 conv.pr_stoptime = ms->ms_acct[LMS_STOPPED]; in praddusage()
3055 case LMS_STOPPED: mstimep = &pup->pr_stoptime; break; in praddusage()
H A Dprvnops.c1160 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in pr_read_usage()
1270 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in pr_read_lusage()
2185 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in pr_read_usage_32()
2295 pup->pr_stoptime = p->p_acct[LMS_STOPPED]; in pr_read_lusage_32()