Searched refs:check_load (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dtest_maple_tree.c145 static noinline void __init check_load(struct maple_tree *mt, function
168 check_load(mt, i, ptr);
184 check_load(mt, i, ptr);
209 return check_load(mt, index, xa_mk_value(index & LONG_MAX));
240 check_load(mt, i - 1, NULL);
247 check_load(mt, max + 1, NULL);
275 check_load(mt, i + 1, NULL);
299 check_load(mt, j-1, NULL);
300 check_load(mt, j, (void *) j);
301 check_load(m
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_verif_scale.c20 static int check_load(const char *file, enum bpf_prog_type type) function
66 err = check_load(file, attach_type);
/linux-master/tools/testing/radix-tree/
H A Dmaple.c475 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2])
511 check_load(mt, set[1], NULL);
518 check_load(mt, set[1], NULL);
519 check_load(mt, set[2], NULL);
531 check_load(mt, set[1], NULL);
543 check_load(mt, 5016, NULL);
545 check_load(mt, 5013, NULL);
547 check_load(mt, 5018, NULL);
552 check_load(mt, 5016, NULL);
554 check_load(m
[all...]

Completed in 91 milliseconds