Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/prstat/
H A Dprstat.c780 period = TIME2NSEC(usage->pr_rtime); in lwp_update()
789 lwp->li_usr = TIME2NSEC(usage->pr_utime)/period; in lwp_update()
790 lwp->li_sys = TIME2NSEC(usage->pr_stime)/period; in lwp_update()
791 lwp->li_slp = TIME2NSEC(usage->pr_slptime)/period; in lwp_update()
793 lwp->li_trp = TIME2NSEC(usage->pr_ttime)/period; in lwp_update()
794 lwp->li_tfl = TIME2NSEC(usage->pr_tftime)/period; in lwp_update()
795 lwp->li_dfl = TIME2NSEC(usage->pr_dftime)/period; in lwp_update()
796 lwp->li_lck = TIME2NSEC(usage->pr_ltime)/period; in lwp_update()
797 lwp->li_lat = TIME2NSEC(usage->pr_wtime)/period; in lwp_update()
814 period = TIME2NSEC(usage->pr_rtime)- in lwp_update()
[all …]
H A Dprstat.h52 #define TIME2NSEC(__t)\ macro