函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:Trigger tracking window manupulations

函数原型:static void window_reset(struct psi_window *win, u64 now, u64 value, u64 prev_growth)

返回类型:void

参数:

类型参数名称
struct psi_window *win
u64now
u64value
u64prev_growth
449  start_time等于now
450  start_value等于value
451  prev_growth等于prev_growth
调用者
名称描述
window_updatePSI growth tracking window update and growth calculation routine.* This approximates a sliding tracking window by interpolating* partially elapsed windows using historical growth data from the* previous intervals
init_triggers
psi_trigger_create