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

  /onnv/onnv-gate/usr/src/cmd/wbem/provider/tools/rds/
rdimpl.h 102 double li_slp; /* all other sleep time */ member in struct:lwp_info
rdimpl.c 265 id->id_slp += lwp->li_slp;
399 lwp->li_slp = (double)(TIME2NSEC(usage_buf->pr_slptime) -
rdprot.c 143 {"li_slp", { format_ulong, offsetof(lwp_info_t, li_slp) }},
  /onnv/onnv-gate/usr/src/cmd/prstat/
prstat.h 107 float li_slp; /* all other sleep time */ member in struct:lwp_info
prstat.c 542 Format_pct(slp, lwp->li_slp, 4);
767 lwp->li_slp = 0;
771 lwp->li_slp = TIME2NSEC(usage->pr_slptime)/period;
802 lwp->li_slp = 0;
808 lwp->li_slp = (TIME2NSEC(usage->pr_slptime) -
    [all...]

Completed in 300 milliseconds