Home
last modified time | relevance | path

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

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