Searched refs:check_load (Results 1 – 3 of 3) sorted by relevance
/linux/lib/ |
H A 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(m in check_lb_not_empty() [all...] |
/linux/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/tools/testing/radix-tree/ |
H A D | maple.c | 499 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2]) 535 check_load(mt, set[1], NULL); in check_erase_testset() 542 check_load(mt, set[1], NULL); in check_erase_testset() 543 check_load(mt, set[2], NULL); in check_erase_testset() 555 check_load(mt, set[1], NULL); in check_erase_testset() 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(m in check_erase_testset() [all...] |