Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:27 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xas_get_mark() - Returns the state of this mark.*@xas: XArray operation state.*@mark: Mark number.* Return: true if the mark is set, false if the mark is clear or @xas* is in an error state.
Proto:bool xas_get_mark(const struct xa_state *xas, xa_mark_t mark)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct xa_state * | xas | |
xa_mark_t | mark |
853 | If xas_invalid() - Is the xas in a retry or error state?*@xas: XArray operation state.* Return: %true if the xas cannot be used for operations. Then Return false |
855 | If Not xa_node Then Return xa_marked() - Inquire whether any entry in this array has a mark set*@xa: Array*@mark: Mark value* Context: Any context.* Return: %true if any entry has this mark set. |
857 | Return node_get_mark(xa_node, xa_offset, mark) |
Name | Describe |
---|---|
xa_get_mark | xa_get_mark() - Inquire whether this mark is set on this entry.*@xa: XArray.*@index: Index of entry.*@mark: Mark number.* This function uses the RCU read lock, so the result may be out of date* by the time it returns |
check_xa_mark_2 | |
__dax_invalidate_entry | |
dax_writeback_one |
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 |