Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/sys/
H A Dold_procfs.h382 timestruc_t pr_slptime; /* all other sleep time */ member
591 timestruc32_t pr_slptime; /* all other sleep time */ member
/titanic_44/usr/src/uts/sparc/sys/
H A Dold_procfs.h381 timestruc_t pr_slptime; /* all other sleep time */ member
590 timestruc32_t pr_slptime; /* all other sleep time */ member
/titanic_44/usr/src/cmd/ptools/ptime/
H A Dptime.c200 prtime("slp", &pup->pr_slptime); in look()
/titanic_44/usr/src/uts/common/sys/
H A Dprocfs.h443 timestruc_t pr_slptime; /* all other sleep time */
803 timestruc32_t pr_slptime; /* all other sleep time */
/titanic_44/usr/src/uts/common/fs/proc/
H A Dprsubr.c2831 pup->pr_slptime = ms->ms_acct[LMS_SLEEP]; in prgetusage()
2891 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in prgetusage()
2941 scalehrtime(&usg->pr_slptime); in prscaleusage()
2982 conv.pr_slptime = ms->ms_acct[LMS_SLEEP]; in praddusage()
2995 pup->pr_slptime += conv.pr_slptime; in praddusage()
3053 case LMS_SLEEP: mstimep = &pup->pr_slptime; break; in praddusage()
3116 hrt2ts(pup->pr_slptime, &upup->pr_slptime); in prcvtusage()
3149 hrt2ts32(pup->pr_slptime, &upup->pr_slptime); in prcvtusage32()
H A Dprdata.h243 hrtime_t pr_slptime; /* all other sleep time */ member
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/cmd/prstat/
H A Dprstat.c790 lwp->li_slp = TIME2NSEC(usage->pr_slptime)/period; in lwp_update()
827 lwp->li_slp = (TIME2NSEC(usage->pr_slptime) - in lwp_update()
828 TIME2NSEC(lwp->li_usage.pr_slptime))/period; in lwp_update()