Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:33:30 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:check_xa_load
Proto:static noinline void check_xa_load(struct xarray *xa)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xarray * | xa |
150 | entry = 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. |
156 | XA_BUG_ON(xa, xa_store_index(xa, i, GFP_KERNEL) != NULL) |
161 | entry = 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. |
167 | xa_erase_index(xa, i) |
169 | XA_BUG_ON(xa, !xa_empty() - Determine if an array has any present entries.*@xa: XArray.* Context: Any context.* Return: %true if the array contains only NULL pointers.) |
Name | Describe |
---|---|
xarray_checks |
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 |