Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:check_store_range

Proto:static noinline void check_store_range(struct xarray *xa)

Type:void

Parameter:

TypeParameterName
struct xarray *xa
1440  When i < 128 cycle
1441  When j < 128 cycle
1443  __check_store_range(xa, 128 + i, 128 + j)
1444  __check_store_range(xa, 4095 + i, 4095 + j)
1445  __check_store_range(xa, 4096 + i, 4096 + j)
1446  __check_store_range(xa, 123456 + i, 123456 + j)
1447  __check_store_range(xa, (1 << 24) + i, (1 << 24) + j)
Caller
NameDescribe
xarray_checks