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_inc_return
Proto:static inline s64 atomic64_inc_return(atomic64_t *v)
Type:s64
Parameter:
Type | Parameter | Name |
---|---|---|
atomic64_t * | v |
1059 | kasan_check_write(v, size of v ) |
1060 | Return arch_atomic64_inc_return(v) |
Name | Describe |
---|---|
pids_can_fork | ask_css_check(true) in pids_can_fork() and pids_cancel_fork() relies* on cgroup_threadgroup_change_begin() held by the copy_process(). |
perf_event_alloc | Allocate and initialize an event structure |
atomic64_inc_and_test | atomic64_inc_and_test - increment and test*@v: pointer of type atomic64_t* Atomically increments @v by 1* and returns true if the result is zero, or false for all* other cases. |
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 |