Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct xa_state *xas
xa_update_node_tupdate
1576  xa_update = update
Caller
NameDescribe
shadow_remove
check_workingset
__clear_shadow_entryRegular 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