函数逻辑报告 |
Source Code:include\linux\atomic-fallback.h |
Create Date:2022-07-27 06:38:50 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:atomic64_add_negative - add and test if negative*@i: integer value to add*@v: pointer of type atomic64_t* Atomically adds @i to @v and returns true* if the result is negative, or false when* result is greater than or equal to zero.
函数原型:static inline bool atomic64_add_negative(s64 i, atomic64_t *v)
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
s64 | i | |
atomic64_t * | v |
2178 | 返回:atomic64_add_return(i, v)小于0 |
名称 | 描述 |
---|---|
pids_cancel | pids_cancel - uncharge the local pid count*@pids: the pid cgroup state*@num: the number of pids to cancel* This function will WARN if the pid count goes under 0, because such a case is* a bug in the pids controller proper. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |