Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/cgroup/
Dcpuset.c2048 #define FM_COEF 933 /* coefficient for half-life of 10 secs */ macro
2076 fmp->val = (FM_COEF * fmp->val) / FM_SCALE; in fmeter_update()
2079 fmp->val += ((FM_SCALE - FM_COEF) * fmp->cnt) / FM_SCALE; in fmeter_update()