Searched refs:check_load (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/lib/ |
| H A D | test_maple_tree.c | 168 check_load(mt, i, ptr); in check_store_range() 184 check_load(mt, i, ptr); in check_insert_range() 240 check_load(mt, i - 1, NULL); in check_rev_seq() 275 check_load(mt, i + 1, NULL); in check_seq() 299 check_load(mt, j-1, NULL); in check_lb_not_empty() 301 check_load(mt, j+1, NULL); in check_lb_not_empty() 330 check_load(mt, j-1, NULL); in check_upper_bound_split() 332 check_load(mt, j+1, NULL); in check_upper_bound_split() 1062 check_load(mt, 135, NULL); in check_ranges() 1063 check_load(mt, 140, NULL); in check_ranges() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | bpf_verif_scale.c | 20 static int check_load(const char *file, enum bpf_prog_type type) in check_load() function 60 err = check_load(file, attach_type); in scale_test()
|
| /linux-6.15/tools/testing/radix-tree/ |
| H A D | maple.c | 567 check_load(mt, 5016, NULL); in check_erase_testset() 569 check_load(mt, 5013, NULL); in check_erase_testset() 571 check_load(mt, 5018, NULL); in check_erase_testset() 576 check_load(mt, 5016, NULL); in check_erase_testset() 578 check_load(mt, 5013, NULL); in check_erase_testset() 580 check_load(mt, 5018, NULL); in check_erase_testset() 588 check_load(mt, 5016, NULL); in check_erase_testset() 590 check_load(mt, 5013, NULL); in check_erase_testset() 592 check_load(mt, 5018, NULL); in check_erase_testset() 598 check_load(mt, 5016, NULL); in check_erase_testset() [all …]
|