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

/illumos-gate/usr/src/uts/intel/sys/
H A Dold_procfs.h383 timestruc_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage
592 timestruc32_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage32
/illumos-gate/usr/src/uts/sparc/sys/
H A Dold_procfs.h382 timestruc_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage
591 timestruc32_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage32
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c241 prtime("lat", &pup->pr_wtime);
/illumos-gate/usr/src/uts/common/sys/
H A Dprocfs.h456 timestruc_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage
816 timestruc32_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prusage32
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprdata.h245 hrtime_t pr_wtime; /* wait-cpu (latency) time */ member in struct:prhusage
H A Dprsubr.c2832 pup->pr_wtime = ms->ms_acct[LMS_WAIT_CPU];
2847 pup->pr_wtime += tmp1;
2892 case LMS_WAIT_CPU: mstimep = &pup->pr_wtime; break;
2942 scalehrtime(&usg->pr_wtime);
2983 conv.pr_wtime = ms->ms_acct[LMS_WAIT_CPU];
2996 pup->pr_wtime += conv.pr_wtime;
3009 pup->pr_wtime += tmp;
3054 case LMS_WAIT_CPU: mstimep = &pup->pr_wtime; break;
3117 hrt2ts(pup->pr_wtime,
[all...]
H A Dprioctl.c1095 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
1186 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
2725 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
2816 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
H A Dprvnops.c1162 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
1272 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
2207 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
2317 pup->pr_wtime = p->p_acct[LMS_WAIT_CPU];
/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c796 lwp->li_lat = TIME2NSEC(usage->pr_wtime)/period;
838 lwp->li_lat = (TIME2NSEC(usage->pr_wtime) -
839 TIME2NSEC(lwp->li_usage.pr_wtime))/period;

Completed in 144 milliseconds