Home
last modified time | relevance | path

Searched refs:check_load (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/lib/
Dtest_maple_tree.c115 static noinline void check_load(struct maple_tree *mt, unsigned long index, in check_load() function
138 check_load(mt, i, ptr); in check_store_range()
154 check_load(mt, i, ptr); in check_insert_range()
179 return check_load(mt, index, xa_mk_value(index & LONG_MAX)); in check_index_load()
210 check_load(mt, i - 1, NULL); in check_rev_seq()
217 check_load(mt, max + 1, NULL); in check_rev_seq()
245 check_load(mt, i + 1, NULL); in check_seq()
269 check_load(mt, j-1, NULL); in check_lb_not_empty()
270 check_load(mt, j, (void *) j); in check_lb_not_empty()
271 check_load(mt, j+1, NULL); in check_lb_not_empty()
[all …]
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dtest_global_funcs.c31 static int check_load(const char *file) in check_load() function
98 err = check_load(test->file); in test_test_global_funcs()
Dbpf_verif_scale.c20 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()
/Linux-v6.1/tools/testing/radix-tree/
Dmaple.c426 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2])
462 check_load(mt, set[1], NULL); in check_erase_testset()
469 check_load(mt, set[1], NULL); in check_erase_testset()
470 check_load(mt, set[2], NULL); in check_erase_testset()
482 check_load(mt, set[1], NULL); in check_erase_testset()
494 check_load(mt, 5016, NULL); in check_erase_testset()
496 check_load(mt, 5013, NULL); in check_erase_testset()
498 check_load(mt, 5018, NULL); in check_erase_testset()
503 check_load(mt, 5016, NULL); in check_erase_testset()
505 check_load(mt, 5013, NULL); in check_erase_testset()
[all …]