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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.h104 float li_usr; /* user level CPU time */ member in struct:lwp_info
H A Dprsort.c71 cpu += p->li_usr;
H A Dprstat.c559 Format_pct(usr, lwp->li_usr, 4);
784 lwp->li_usr = 0;
788 lwp->li_usr = TIME2NSEC(usage->pr_utime)/period;
819 lwp->li_usr = 0;
823 lwp->li_usr = (TIME2NSEC(usage->pr_utime)-

Completed in 49 milliseconds