Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h345 extern int cpu_decay_factor;
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c167 int cpu_decay_factor = 10; /* this is no longer tied to clock */ variable
/illumos-gate/usr/src/uts/common/os/
H A Dmsacct.c536 delta /= cpu_decay_factor; in cpu_decay()