Searched refs:cpu_decay_factor (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h333 extern int cpu_decay_factor;
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c163 int cpu_decay_factor = 10; /* this is no longer tied to clock */ variable
/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c519 * We have chosen the decay factor (cpu_decay_factor in param.c)
531 delta /= cpu_decay_factor;

Completed in 67 milliseconds