Function report |
Source Code:include\linux\xarray.h |
Create Date:2022-07-28 05:42:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xas_set_update() - Set up XArray operation state for a callback.*@xas: XArray operation state.*@update: Function to call when updating a node.* The XArray can notify a caller after it has updated an xa_node.
Proto:static inline void xas_set_update(struct xa_state *xas, xa_update_node_t update)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas | |
xa_update_node_t | update |
Name | Describe |
---|---|
shadow_remove | |
check_workingset | |
__clear_shadow_entry | Regular page slots are stabilized by the page lock even without the tree* itself locked. These unlocked entries need verification under the tree* lock. |
shadow_lru_isolate |
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 |