Function report |
Source Code:include\asm-generic\atomic-instrumented.h |
Create Date:2022-07-28 05:34:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:atomic64_cmpxchg
Proto:static inline s64 atomic64_cmpxchg(atomic64_t *v, s64 old, s64 new)
Type:s64
Parameter:
Type | Parameter | Name |
---|---|---|
atomic64_t * | v | |
s64 | old | |
s64 | new |
1463 | kasan_check_write(v, size of v ) |
Name | Describe |
---|---|
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 |
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 |