函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\xarray.h Create Date:2022-07-27 06:43:51
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:xas_is_node() - Does the xas point to a node?*@xas: XArray operation state.* Return: %true if the xas currently references a node.

函数原型:static inline bool xas_is_node(const struct xa_state *xas)

返回类型:bool

参数:

类型参数名称
const struct xa_state *xas
1434  返回:xas_valid() - Is the xas a valid cursor into the array?*@xas: XArray operation state.* Return: %true if the xas can be used for operations.xa_node
调用者
名称描述
xas_create_rangexas_create_range() - Ensure that stores to this range will succeed*@xas: XArray operation state.* Creates all of the slots in the range covered by @xas. Sets @xas to* create single-index entries and positions it at the beginning of the* range