Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:block\blk-cgroup.c Create Date:2022-07-28 17:39:11
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:__blkg_release

Proto:static void __blkg_release(struct callback_head *rcu)

Type:void

Parameter:

TypeParameterName
struct callback_head *rcu
90  blkg = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(rcu, structblkcg_gq, rcu_head)
92  WARN_ON(!bio_list_empty( & async_bios))
95  ss_put - put a css reference*@css: target css* Put a reference obtained via css_get() and css_tryget_online().
96  If all non-root blkcg_gq's are guaranteed to have access to parent Then lkg_put - put a blkg reference*@blkg: blkg to put
99  wb_congested_put(* Each blkg gets congested separately and the congestion state is * propagated to the matching bdi_writeback_congested.)
101  lkg_free - free a blkg*@blkg: blkg to free* Free @blkg which may be partially allocated.