Function report |
Source Code:include\linux\xarray.h |
Create Date:2022-07-28 05:42:09 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xa_is_zero() - Is the entry a zero entry?*@entry: Entry retrieved from the XArray* The normal API will return NULL as the contents of a slot containing* a zero entry. You can only see zero entries by using the advanced API.
Proto:static inline bool xa_is_zero(const void *entry)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | entry |
Name | Describe |
---|---|
xas_shrink | |
xas_store | xas_store() - Store this entry in the XArray |
xa_load | xa_load() - Load an entry from an XArray.*@xa: XArray.*@index: index into array.* Context: Any context. Takes and releases the RCU lock.* Return: The entry at @index in @xa. |
xas_result |
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 |