Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/scheduler/
H A Dschedutil.rst24 EWMA)作为其基础,每个周期(1024us)都会衰减,衰减速率满足y^32 = 0.5。
99 (Infinite Impulse Response,IIR)的EWMA,“运行”值在出队时是最高的。
/linux/Documentation/scheduler/
H A Dschedutil.rst16 we use an Exponentially Weighted Moving Average (EWMA), each period (1024us)
101 Impulse Response (IIR) EWMA with the 'running' value on dequeue -- when it is
/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmmrc.c103 #define EWMA 75 macro
1132 scaled_ewma = scale * EWMA / 100; in mmrc_update()