函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\test_xarray.c Create Date:2022-07-27 07:31:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:xarray_checks

函数原型:static int xarray_checks(void)

返回类型:int

参数:

1635  check_xa_err( & array)
1636  check_xas_retry( & array)
1637  check_xa_load( & array)
1638  check_xa_mark( & array)
1639  check_xa_shrink( & array)
1640  check_xas_erase( & array)
1641  check_insert( & array)
1642  check_cmpxchg( & array)
1643  check_reserve( & array)
1644  check_reserve( & xa0)
1645  check_multi_store( & array)
1646  check_xa_alloc()
1647  check_find( & array)
1648  check_find_entry( & array)
1649  Check that the pointer / value / sibling entries are accounted the* way we expect them to be.
1650  check_destroy( & array)
1651  check_move( & array)
1652  check_create_range( & array)
1653  check_store_range( & array)
1654  check_store_iter( & array)
1655  check_align( & xa0)
1657  check_workingset( & array, 0)
1658  check_workingset( & array, 64)
1659  check_workingset( & array, 4096)
1661  printk("XArray: %u of %u tests passed\n", tests_passed, tests_run)
1662  返回:如果tests_run恒等于tests_passed则0否则负EINVAL