Searched defs:onproc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c288 * Return the amount of onproc and runnable time this thread has experienced.
295 * The implication for users of this interface is that onproc and runnable
300 mstate_systhread_times(kthread_t *t, hrtime_t *onproc, hrtime_t *runnable) argument
342 *onproc = aggr_onp;

Completed in 228 milliseconds