Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\xarray.h Create Date:2022-07-28 05:42:09
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

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

Proto:static inline bool xa_is_internal(const void *entry)

Type:bool

Parameter:

TypeParameterName
const void *entry
169  Return (entry & 3) == 2
Caller
NameDescribe
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