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

/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c441 * by an lwp. The function cpu_decay() is also called from /proc code.
527 cpu_decay(uint32_t pct, hrtime_t nsec) function
542 return (LSI_ONE - cpu_decay(LSI_ONE - pct, nsec));
582 npctcpu = cpu_decay(pctcpu, delta);

Completed in 59 milliseconds