函数逻辑报告 |
Source Code:include\linux\percpu-refcount.h |
Create Date:2022-07-27 06:40:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:percpu_ref_put_many - decrement a percpu refcount*@ref: percpu_ref to put*@nr: number of references to put* Decrement the refcount, and if 0, call the release function (which was passed* to percpu_ref_init())
函数原型:static inline void percpu_ref_put_many(struct percpu_ref *ref, unsigned long nr)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct percpu_ref * | ref | |
unsigned long | nr |
286 | __percpu乘percpu_count |
292 | 否则如果此条件成立可能性小(为编译器优化)(atomic_long_sub_and_test(nr, & count))则release(ref) |
名称 | 描述 |
---|---|
io_free_req_many | |
percpu_ref_put | percpu计数引用减 |
css_put_many | 设置一个css引用 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |