Function report |
Source Code:include\linux\blk-cgroup.h |
Create Date:2022-07-28 05:57:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:lkg_tryget_closest - try and get a blkg ref on the closet blkg*@blkg: blkg to get* This needs to be called rcu protected. As the failure mode here is to walk* up the blkg tree, this ensure that the blkg->parent pointers are always* valid
Proto:static inline struct blkcg_gq *blkg_tryget_closest(struct blkcg_gq *blkg)
Type:struct blkcg_gq
Parameter:
Type | Parameter | Name |
---|---|---|
struct blkcg_gq * | blkg |
505 | WARN_ON_ONCE(!rcu_read_lock_held()) |
515 | Return ret_blkg |
Name | Describe |
---|---|
__bio_associate_blkg | __bio_associate_blkg - associate a bio with the a blkg*@bio: target bio*@blkg: the blkg to associate* This tries to associate @bio with the specified @blkg. Association failure* is handled by walking up the blkg tree. Therefore, the blkg associated can |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |