函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

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

函数原型:static inline void blk_stat_activate_nsecs(struct blk_stat_callback *cb, u64 nsecs)

返回类型:void

参数:

类型参数名称
struct blk_stat_callback *cb
u64nsecs
145  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,
调用者
名称描述
rwb_arm_timer