函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:blkcg_clear_delay

函数原型:static inline void blkcg_clear_delay(struct blkcg_gq *blkg)

返回类型:void

参数:

类型参数名称
struct blkcg_gq *blkg
675  old等于atomic_read( & use_delay)
676  如果非old则返回
679 old循环
680  cur等于atomic_cmpxchg( & use_delay, old, 0)
681  如果cur恒等于old
683  退出
685  old等于cur
调用者
名称描述
check_scale_changeCheck our parent and see if the scale cookie has changed.
iolatency_set_min_lat_nsecrn 1 for enabling iolatency, return -1 for disabling iolatency, otherwise* return 0.
iocg_kick_delay