函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:blk_throtl_update_idletime

函数原型:static void blk_throtl_update_idletime(struct throtl_grp *tg)

返回类型:void

参数:

类型参数名称
struct throtl_grp *tg
2067  now等于ktime_get_ns()右移10位
2068  last_finish_time等于 ns / 1024
2070  如果now小于等于last_finish_timelast_finish_time恒等于0或last_finish_time恒等于 ns / 1024 则返回
2074  ns / 1024 等于 ns / 1024 乘7加nowlast_finish_time右移3位
2075  ns / 1024 等于last_finish_time
调用者
名称描述
blk_throtl_bio