Function report |
Source Code:include\linux\sbitmap.h |
Create Date:2022-07-28 07:22:38 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:sbq_index_atomic_inc
Proto:static inline void sbq_index_atomic_inc(atomic_t *index)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
atomic_t * | index |
497 | old = atomic_read(index) |
498 | new = sbq_index_inc(old) |
499 | atomic_cmpxchg(index, old, new) |
Name | Describe |
---|---|
__sbq_wake_up |
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 |