Home
last modified time | relevance | path

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

/linux/kernel/cgroup/
A Dcpuset.c2137 #define FM_SCALE 1000 /* faux fixed point scale */ macro
2162 fmp->val = (FM_COEF * fmp->val) / FM_SCALE; in fmeter_update()
2165 fmp->val += ((FM_SCALE - FM_COEF) * fmp->cnt) / FM_SCALE; in fmeter_update()
2174 fmp->cnt = min(FM_MAXCNT, fmp->cnt + FM_SCALE); in fmeter_markevent()

Completed in 43 milliseconds