Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_create_range_2

Proto:static noinline void check_create_range_2(struct xarray *xa, unsigned order)

Type:void

Parameter:

TypeParameterName
struct xarray *xa
unsignedorder
1338  nr = 1UL << order
1340  When i < nr * nr cycle xa_store_many_order(xa, i, order)
1342  When i < nr * nr cycle xa_erase_index(xa, i)
1344  XA_BUG_ON(xa, !xa_empty() - Determine if an array has any present entries.*@xa: XArray.* Context: Any context.* Return: %true if the array contains only NULL pointers.)
Caller
NameDescribe
check_create_range