HomeSort by relevance Sort by last modified time
    Searched refs:TIME2NSEC (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdimpl.c 385 lwp->li_usr = (double)(TIME2NSEC(usage_buf->pr_utime) -
386 TIME2NSEC(lwp->li_usage.pr_utime)) / NANOSEC;
387 lwp->li_sys = (double)(TIME2NSEC(usage_buf->pr_stime) -
388 TIME2NSEC(lwp->li_usage.pr_stime)) / NANOSEC;
389 lwp->li_ttime = (double)(TIME2NSEC(usage_buf->pr_ttime) -
390 TIME2NSEC(lwp->li_usage.pr_ttime)) / NANOSEC;
391 lwp->li_tpftime = (double)(TIME2NSEC(usage_buf->pr_tftime) -
392 TIME2NSEC(lwp->li_usage.pr_tftime)) / NANOSEC;
393 lwp->li_dpftime = (double)(TIME2NSEC(usage_buf->pr_dftime) -
394 TIME2NSEC(lwp->li_usage.pr_dftime)) / NANOSEC
    [all...]
rdimpl.h 59 #define TIME2NSEC(__t)\
  /onnv/onnv-gate/usr/src/cmd/prstat/
prstat.c 760 period = TIME2NSEC(usage->pr_rtime);
769 lwp->li_usr = TIME2NSEC(usage->pr_utime)/period;
770 lwp->li_sys = TIME2NSEC(usage->pr_stime)/period;
771 lwp->li_slp = TIME2NSEC(usage->pr_slptime)/period;
773 lwp->li_trp = TIME2NSEC(usage->pr_ttime)/period;
774 lwp->li_tfl = TIME2NSEC(usage->pr_tftime)/period;
775 lwp->li_dfl = TIME2NSEC(usage->pr_dftime)/period;
776 lwp->li_lck = TIME2NSEC(usage->pr_ltime)/period;
777 lwp->li_lat = TIME2NSEC(usage->pr_wtime)/period;
794 period = TIME2NSEC(usage->pr_rtime)
    [all...]
prstat.h 49 #define TIME2NSEC(__t)\

Completed in 2400 milliseconds