Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:node_get_mark

Proto:static inline bool node_get_mark(struct xa_node *node, unsigned int offset, xa_mark_t mark)

Type:bool

Parameter:

TypeParameterName
struct xa_node *node
unsigned intoffset
xa_mark_tmark
86  Return st_bit - Determine whether a bit is set*@nr: bit number to test*@addr: Address to start counting from
Caller
NameDescribe
xas_shrink
xas_get_markxas_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.