Home
last modified time | relevance | path

Searched refs:li_usage (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/prstat/
H A Dprstat.c778 (void) memcpy(&lwp->li_usage, usage, sizeof (prusage_t)); in lwp_update()
814 TIME2NSEC(lwp->li_usage.pr_rtime); in lwp_update()
824 TIME2NSEC(lwp->li_usage.pr_utime))/period; in lwp_update()
826 TIME2NSEC(lwp->li_usage.pr_stime))/period; in lwp_update()
828 TIME2NSEC(lwp->li_usage.pr_slptime))/period; in lwp_update()
831 TIME2NSEC(lwp->li_usage.pr_ttime))/period; in lwp_update()
833 TIME2NSEC(lwp->li_usage.pr_tftime))/period; in lwp_update()
835 TIME2NSEC(lwp->li_usage.pr_dftime))/period; in lwp_update()
837 TIME2NSEC(lwp->li_usage.pr_ltime))/period; in lwp_update()
839 TIME2NSEC(lwp->li_usage.pr_wtime))/period; in lwp_update()
[all …]
H A Dprstat.h101 prusage_t li_usage; /* data read from usage file */ member