Home
last modified time | relevance | path

Searched refs:pr_rtime (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/
H A Dold_procfs.h374 timestruc_t pr_rtime; /* total lwp real (elapsed) time */ member
583 timestruc32_t pr_rtime; /* total lwp real (elapsed) time */ member
/titanic_41/usr/src/uts/sparc/sys/
H A Dold_procfs.h373 timestruc_t pr_rtime; /* total lwp real (elapsed) time */ member
582 timestruc32_t pr_rtime; /* total lwp real (elapsed) time */ member
/titanic_41/usr/src/uts/common/sys/
H A Dprocfs.h435 timestruc_t pr_rtime; /* total lwp real (elapsed) time */
795 timestruc32_t pr_rtime; /* total lwp real (elapsed) time */
/titanic_41/usr/src/uts/common/fs/proc/
H A Dprdata.h235 hrtime_t pr_rtime; /* total lwp real (elapsed) time */ member
H A Dprsubr.c2816 pup->pr_rtime = curtime - ms->ms_start; in prgetusage()
2817 scalehrtime(&pup->pr_rtime); in prgetusage()
2819 pup->pr_rtime = ms->ms_term - ms->ms_start; in prgetusage()
2820 scalehrtime(&pup->pr_rtime); in prgetusage()
2968 pup->pr_rtime += tmp; in praddusage()
2972 pup->pr_rtime += tmp; in praddusage()
3108 hrt2ts(pup->pr_rtime, &upup->pr_rtime); in prcvtusage()
3141 hrt2ts32(pup->pr_rtime, &upup->pr_rtime); in prcvtusage32()
H A Dprioctl.c1086 pup->pr_rtime = p->p_mlreal; in prioctl64()
1177 pup->pr_rtime = p->p_mlreal; in prioctl64()
2716 pup->pr_rtime = p->p_mlreal; in prioctl32()
2807 pup->pr_rtime = p->p_mlreal; in prioctl32()
H A Dprvnops.c1150 pup->pr_rtime = p->p_mlreal; in pr_read_usage()
1260 pup->pr_rtime = p->p_mlreal; in pr_read_lusage()
2175 pup->pr_rtime = p->p_mlreal; in pr_read_usage_32()
2285 pup->pr_rtime = p->p_mlreal; in pr_read_lusage_32()
/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c779 period = TIME2NSEC(usage->pr_rtime); in lwp_update()
813 period = TIME2NSEC(usage->pr_rtime)- in lwp_update()
814 TIME2NSEC(lwp->li_usage.pr_rtime); in lwp_update()