函数逻辑报告 |
Source Code:include\linux\blk-cgroup.h |
Create Date:2022-07-27 06:56:17 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static inline struct blkcg_gq *blkg_tryget_closest(struct blkcg_gq *blkg)
返回类型:struct blkcg_gq
参数:
类型 | 参数 | 名称 |
---|---|---|
struct blkcg_gq * | blkg |
505 | WARN_ON_ONCE(!rcu_read_lock_held()) |
515 | 返回:ret_blkg |
名称 | 描述 |
---|---|
__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 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |