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

/linux-master/kernel/cgroup/
H A Dcpuset.c3166 * With an FM_COEF of 933, and a time base of 1 second, the filter
3192 #define FM_COEF 933 /* coefficient for half-life of 10 secs */ macro
3220 fmp->val = (FM_COEF * fmp->val) / FM_SCALE;
3223 fmp->val += ((FM_SCALE - FM_COEF) * fmp->cnt) / FM_SCALE;

Completed in 102 milliseconds