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

/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h382 timestruc_t pr_slptime; /* all other sleep time */ member in struct:prusage
591 timestruc32_t pr_slptime; /* all other sleep time */ member in struct:prusage32
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h381 timestruc_t pr_slptime; /* all other sleep time */ member in struct:prusage
590 timestruc32_t pr_slptime; /* all other sleep time */ member in struct:prusage32
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c240 prtime("slp", &pup->pr_slptime);
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h455 timestruc_t pr_slptime; /* all other sleep time */ member in struct:prusage
815 timestruc32_t pr_slptime; /* all other sleep time */ member in struct:prusage32
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h244 hrtime_t pr_slptime; /* all other sleep time */ member in struct:prhusage
H A Dprsubr.c2831 pup->pr_slptime = ms->ms_acct[LMS_SLEEP];
2891 case LMS_SLEEP: mstimep = &pup->pr_slptime; break;
2941 scalehrtime(&usg->pr_slptime);
2982 conv.pr_slptime = ms->ms_acct[LMS_SLEEP];
2995 pup->pr_slptime += conv.pr_slptime;
3053 case LMS_SLEEP: mstimep = &pup->pr_slptime; break;
3116 hrt2ts(pup->pr_slptime, &upup->pr_slptime);
3149 hrt2ts32(pup->pr_slptime,
[all...]
H A Dprioctl.c1094 pup->pr_slptime = p->p_acct[LMS_SLEEP];
1185 pup->pr_slptime = p->p_acct[LMS_SLEEP];
2724 pup->pr_slptime = p->p_acct[LMS_SLEEP];
2815 pup->pr_slptime = p->p_acct[LMS_SLEEP];
H A Dprvnops.c1161 pup->pr_slptime = p->p_acct[LMS_SLEEP];
1271 pup->pr_slptime = p->p_acct[LMS_SLEEP];
2206 pup->pr_slptime = p->p_acct[LMS_SLEEP];
2316 pup->pr_slptime = p->p_acct[LMS_SLEEP];
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c790 lwp->li_slp = TIME2NSEC(usage->pr_slptime)/period;
827 lwp->li_slp = (TIME2NSEC(usage->pr_slptime) -
828 TIME2NSEC(lwp->li_usage.pr_slptime))/period;

Completed in 108 milliseconds