Home
last modified time | relevance | path

Searched refs:li_usr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h105 float li_usr; /* user level CPU time */ member
H A Dprsort.c71 cpu += p->li_usr; in get_cpu_from_usage()
H A Dprstat.c561 Format_pct(usr, lwp->li_usr, 4); in list_print()
785 lwp->li_usr = 0; in lwp_update()
789 lwp->li_usr = TIME2NSEC(usage->pr_utime)/period; in lwp_update()
820 lwp->li_usr = 0; in lwp_update()
824 lwp->li_usr = (TIME2NSEC(usage->pr_utime)- in lwp_update()