Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\blk-cgroup.h Create Date:2022-07-28 05:57:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:blkcg_cgwb_put

Proto:static inline void blkcg_cgwb_put(struct blkcg *blkcg)

Type:void

Parameter:

TypeParameterName
struct blkcg *blkcg
451  lkcg_destroy_blkgs - responsible for shooting down blkgs*@blkcg: blkcg of interest* blkgs should be removed while holding both q and blkcg locks
Caller
NameDescribe
blkcg_css_offlinelkcg_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).