函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:xa_is_internal() - Is the entry an internal entry?*@entry: XArray entry.* Context: Any context.* Return: %true if the entry is an internal entry.

函数原型:static inline bool xa_is_internal(const void *entry)

返回类型:bool

参数:

类型参数名称
const void *entry
169  返回:entry按位与3的值恒等于2
调用者
名称描述
xa_store_rangexa_store_range() - Store this entry at a range of indices in the XArray
idr_get_next_uldr_get_next_ul() - Find next populated entry.*@idr: IDR handle.*@nextid: Pointer to an ID.* Returns the next populated entry in the tree with an ID greater than* or equal to the value pointed to by @nextid. On exit, @nextid is updated
check_xas_retry
dax_iomap_pte_fault
xa_is_errxa_is_err() - Report whether an XArray operation returned an error*@entry: Result from calling an XArray function* If an XArray operation cannot complete an operation, it will return* a special value indicating an error. This function tells you
xa_is_nodePrivate
xa_is_siblingxa_is_sibling() - Is the entry a sibling entry?*@entry: Entry retrieved from the XArray* Return: %true if the entry is a sibling entry.
xa_is_advancedxa_is_advanced() - Is the entry only permitted for the advanced API?*@entry: Entry to be stored in the XArray.* Return: %true if the entry cannot be stored by the normal API.
xas_next_entryxas_next_entry() - Advance iterator to next present entry.*@xas: XArray operation state.*@max: Highest index to return.* xas_next_entry() is an inline function to optimise xarray traversal for* speed