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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dcpuset.c1113 * With an FM_COEF of 933, and a time base of 1 second, the filter
1139 #define FM_COEF 933 /* coefficient for half-life of 10 secs */ macro
1164 fmp->val = (FM_COEF * fmp->val) / FM_SCALE;
1167 fmp->val += ((FM_SCALE - FM_COEF) * fmp->cnt) / FM_SCALE;

Completed in 102 milliseconds