Function report |
Source Code:lib\test_xarray.c |
Create Date:2022-07-28 06:34:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xarray_checks
Proto:static int xarray_checks(void)
Type:int
Parameter:Nothing
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) |
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 | Return If tests_run == tests_passed Then 0 Else -EINVAL |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |