Searched refs:check_load (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/lib/ |
D | test_maple_tree.c | 145 static noinline void __init check_load(struct maple_tree *mt, in check_load() function 168 check_load(mt, i, ptr); in check_store_range() 184 check_load(mt, i, ptr); in check_insert_range() 209 return check_load(mt, index, xa_mk_value(index & LONG_MAX)); in check_index_load() 240 check_load(mt, i - 1, NULL); in check_rev_seq() 247 check_load(mt, max + 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() 300 check_load(mt, j, (void *) j); in check_lb_not_empty() 301 check_load(mt, j+1, NULL); in check_lb_not_empty() [all …]
|
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
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.12.1/tools/testing/radix-tree/ |
D | maple.c | 477 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2]) 513 check_load(mt, set[1], NULL); in check_erase_testset() 520 check_load(mt, set[1], NULL); in check_erase_testset() 521 check_load(mt, set[2], NULL); in check_erase_testset() 533 check_load(mt, set[1], NULL); in check_erase_testset() 545 check_load(mt, 5016, NULL); in check_erase_testset() 547 check_load(mt, 5013, NULL); in check_erase_testset() 549 check_load(mt, 5018, NULL); in check_erase_testset() 554 check_load(mt, 5016, NULL); in check_erase_testset() 556 check_load(mt, 5013, NULL); in check_erase_testset() [all …]
|