函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-stat.h Create Date:2022-07-27 13:22:12
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:lk_stat_activate_msecs() - Gather block statistics during a time window in* milliseconds.*@cb: The callback.*@msecs: Number of milliseconds to gather statistics for.* The timer callback will be called when the window expires.

函数原型:static inline void blk_stat_activate_msecs(struct blk_stat_callback *cb, unsigned int msecs)

返回类型:void

参数:

类型参数名称
struct blk_stat_callback *cb
unsigned intmsecs
164  mod_timer - modify a timer's timeout*@timer: the timer to be modified*@expires: new timeout in jiffies* mod_timer() is a more efficient way to update the expire field of an* active timer (if the timer is inactive it will be activated)* mod_timer(timer,
调用者
名称描述
blk_mq_poll_stats_start