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

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdimpl.c 386 TIME2NSEC(lwp->li_usage.pr_utime)) / NANOSEC;
388 TIME2NSEC(lwp->li_usage.pr_stime)) / NANOSEC;
390 TIME2NSEC(lwp->li_usage.pr_ttime)) / NANOSEC;
392 TIME2NSEC(lwp->li_usage.pr_tftime)) / NANOSEC;
394 TIME2NSEC(lwp->li_usage.pr_dftime)) / NANOSEC;
396 TIME2NSEC(lwp->li_usage.pr_kftime)) / NANOSEC;
398 TIME2NSEC(lwp->li_usage.pr_ltime)) / NANOSEC;
400 TIME2NSEC(lwp->li_usage.pr_slptime)) / NANOSEC;
402 TIME2NSEC(lwp->li_usage.pr_wtime)) / NANOSEC;
404 TIME2NSEC(lwp->li_usage.pr_stoptime)) / NANOSEC
    [all...]
rdimpl.h 91 prusage_t li_usage; /* data read from usage file */ member in struct:lwp_info
rdlist.c 351 if (wr_element(L_LWP__U, (char *)&(li->li_usage), "lwpu")
381 if (r_element((char *)&(lwp->li_usage), idstr) == -1) {
  /onnv/onnv-gate/usr/src/cmd/prstat/
prstat.h 98 prusage_t li_usage; /* data read from usage file */ member in struct:lwp_info
prstat.c 759 (void) memcpy(&lwp->li_usage, usage, sizeof (prusage_t));
795 TIME2NSEC(lwp->li_usage.pr_rtime);
805 TIME2NSEC(lwp->li_usage.pr_utime))/period;
807 TIME2NSEC(lwp->li_usage.pr_stime))/period;
809 TIME2NSEC(lwp->li_usage.pr_slptime))/period;
812 TIME2NSEC(lwp->li_usage.pr_ttime))/period;
814 TIME2NSEC(lwp->li_usage.pr_tftime))/period;
816 TIME2NSEC(lwp->li_usage.pr_dftime))/period;
818 TIME2NSEC(lwp->li_usage.pr_ltime))/period;
820 TIME2NSEC(lwp->li_usage.pr_wtime))/period
    [all...]

Completed in 120 milliseconds