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()
814 period = TIME2NSEC(usage->pr_rtime)- in lwp_update()
815 TIME2NSEC(lwp->li_usage.pr_rtime); in lwp_update()
824 lwp->li_usr = (TIME2NSEC(usage->pr_utime)- in lwp_update()
826 lwp->li_sys = (TIME2NSEC(usage->pr_stime) - in lwp_update()
828 lwp->li_slp = (TIME2NSEC(usage->pr_slptime) - in lwp_update()
831 lwp->li_trp = (TIME2NSEC(usage->pr_ttime) - in lwp_update()
833 lwp->li_tfl = (TIME2NSEC(usage->pr_tftime) - in lwp_update()
835 lwp->li_dfl = (TIME2NSEC(usage->pr_dftime) - in lwp_update()
837 lwp->li_lck = (TIME2NSEC(usage->pr_ltime) - in lwp_update()
[all …]
H A Dprstat.h52 #define TIME2NSEC(__t)\ macro