Searched refs:check_load (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/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(mt, j+1, NULL); in check_lb_not_empty() [all …]
|
/openbmc/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 66 err = check_load(file, attach_type); in scale_test()
|
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | circ.c | 233 #define check_load(I, RES, INC, SZ) __check_load(__LINE__, I, RES, INC, SZ) macro 245 check_load(i, element, ((INC) / (int)sizeof(TYPE)), size); \ 253 check_load(i, element, (-(INC) / (int)sizeof(TYPE)), size); \ 274 check_load(i, element, 1, size); \ 282 check_load(i, element, -1, size); \ 422 check_load(i, element, 1, size);
|
/openbmc/linux/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(mt, 5013, NULL); in check_erase_testset() [all …]
|