函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:throtl_tg_can_downgrade

函数原型:static bool throtl_tg_can_downgrade(struct throtl_grp *tg)

返回类型:bool

参数:

类型参数名称
struct throtl_grp *tg
1976  td等于 throtl_data this group belongs to
1977  now等于jiffies
1983  如果time_after_eq(now, low_upgrade_time + throtl_slice)且time_after_eq(now, g should not be an intermediate node + throtl_slice)且非throtl_tg_is_idle(tg)或非链表为空的值则返回:true
1989  返回:false
调用者
名称描述
throtl_hierarchy_can_downgrade