Searched refs:check_load (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | test_maple_tree.c | 139 static noinline void __init check_load(struct maple_tree *mt, in check_load() function 162 check_load(mt, i, ptr); in check_store_range() 178 check_load(mt, i, ptr); in check_insert_range() 203 return check_load(mt, index, xa_mk_value(index & LONG_MAX)); in check_index_load() 234 check_load(mt, i - 1, NULL); in check_rev_seq() 241 check_load(mt, max + 1, NULL); in check_rev_seq() 269 check_load(mt, i + 1, NULL); in check_seq() 293 check_load(mt, j-1, NULL); in check_lb_not_empty() 294 check_load(mt, j, (void *) j); in check_lb_not_empty() 295 check_load(m in check_lb_not_empty() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_global_funcs.c | 31 static int check_load(const char *file) in check_load() function 77 err = check_load(test->file); in test_test_global_funcs()
|
H A D | bpf_verif_scale.c | 20 static int check_load(const char *file, enum bpf_prog_type type) in check_load() function 113 err = check_load(test->file, test->attach_type); in test_bpf_verif_scale()
|
/kernel/linux/linux-6.6/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 66 err = check_load(file, attach_type); in scale_test()
|
/kernel/linux/linux-6.6/tools/testing/radix-tree/ |
H A D | maple.c | 471 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2]) 507 check_load(mt, set[1], NULL); in check_erase_testset() 514 check_load(mt, set[1], NULL); in check_erase_testset() 515 check_load(mt, set[2], NULL); in check_erase_testset() 527 check_load(mt, set[1], NULL); in check_erase_testset() 539 check_load(mt, 5016, NULL); in check_erase_testset() 541 check_load(mt, 5013, NULL); in check_erase_testset() 543 check_load(mt, 5018, NULL); in check_erase_testset() 548 check_load(mt, 5016, NULL); in check_erase_testset() 550 check_load(m in check_erase_testset() [all...] |
Completed in 8 milliseconds