函数逻辑报告 |
Source Code:include\asm-generic\atomic-instrumented.h |
Create Date:2022-07-27 06:38:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:atomic64_cmpxchg
函数原型:static inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)
返回类型:s64
参数:
类型 | 参数 | 名称 |
---|---|---|
atomic64_t * | v | |
s64 | old | |
s64 | new |
1463 | kasan_check_write(v, v的长度) |
名称 | 描述 |
---|---|
pvclock_clocksource_read | |
__update_gt_cputime | Set cputime to sum_cputime if sum_cputime > cputime. Use cmpxchg* to avoid race conditions with concurrent updates to cputime. |
blkcg_scale_delay | Scale the accumulated delay based on how long it has been since we updated* the delay. We only call this when we are adding delay, in case it's been a* while since we added delay, and when we are checking to see if we need to |
atomic64_try_cmpxchg | |
inode_set_max_iversion_raw | de_set_max_iversion_raw - update i_version new value is larger*@inode: inode to set*@val: new i_version to set* Some self-managed filesystems (e.g Ceph) will only update the i_version* value if the new value is larger than the one we already have. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |