函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\irq\timings.c Create Date:2022-07-27 11:12:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Exponential moving average computation

函数原型:static u64 irq_timings_ema_new(u64 value, u64 ema_old)

返回类型:u64

参数:

类型参数名称
u64value
u64ema_old
304  如果此条件成立可能性小(为编译器优化)(!ema_old)则返回:value
307  diff等于valueema_old的差乘The main goal of this algorithm is to predict the next interrupt* occurrence on the current CPU
314  返回:ema_olddiff右移EMA_ALPHA_SHIFT位的值
调用者
名称描述
__irq_timings_store