Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\xarray.c Create Date:2022-07-28 06:13:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:xas_update

Proto:static void xas_update(struct xa_state *xas, struct xa_node *node)

Type:void

Parameter:

TypeParameterName
struct xa_state *xas
struct xa_node *node
349  If xa_update Then xa_update(node)
351  Else XA_NODE_BUG_ON(node, !list_empty - tests whether a list is empty*@head: the list to test.)
Caller
NameDescribe
xas_alloc
xas_shrink
xas_delete_nodexas_delete_node() - Attempt to delete an xa_node*@xas: Array operation state.* Attempts to delete the @xas->xa_node. This will fail if xa->node has* a non-zero reference count.
xas_free_nodesxas_free_nodes() - Free this node and all nodes that it references*@xas: Array operation state.*@top: Node to free* This node has been removed from the tree. We must now free it and all* of its subnodes
xas_expandxas_expand adds nodes to the head of the tree until it has reached* sufficient height to be able to contain @xas->xa_index
update_node