Function report |
Source Code:lib\test_rhashtable.c |
Create Date:2022-07-28 06:31:43 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:test_insert_duplicates_run
Proto:static int __init test_insert_duplicates_run(void)
Type:int
Parameter:Nothing
581 | struct test_obj_rhl rhl_test_objects[3] = {} |
583 | pr_info("test inserting duplicates\n") |
586 | id = 1 |
587 | id = 21 |
593 | test_insert_dup(rhl_test_objects, 2, false) |
594 | test_insert_dup(rhl_test_objects, 3, false) |
595 | test_insert_dup(rhl_test_objects, 2, true) |
596 | test_insert_dup(rhl_test_objects, 3, true) |
598 | Return 0 |
Name | Describe |
---|---|
test_rht_init |
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 |