Function report |
Source Code:include\linux\xarray.h |
Create Date:2022-07-28 05:42:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_cmpxchg() - Conditionally replace an entry in the XArray.*@xa: XArray.*@index: Index into array.*@old: Old value to test against.*@entry: New value to place in array.*@gfp: Memory allocation flags.
Proto:static inline void *xa_cmpxchg(struct xarray *xa, unsigned long index, void *old, void *entry, gfp_t gfp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa | |
unsigned long | index | |
void * | old | |
void * | entry | |
gfp_t | gfp |
691 | Return curr |
Name | Describe |
---|---|
check_cmpxchg | |
check_reserve |
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 |