函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:lkcg_css_offline - cgroup css_offline callback*@css: css of interest* This function is called when @css is about to go away. Here the cgwbs are* offlined first and only once writeback associated with the blkcg has* finished do we start step 2 (see above).

函数原型:static void blkcg_css_offline(struct cgroup_subsys_state *css)

返回类型:void

参数:

类型参数名称
struct cgroup_subsys_state *css
881  blkcg等于css_to_blkcg(css)
884  wb_blkcg_offline(blkcg)
887  blkcg_cgwb_put(blkcg)