Home
last modified time | relevance | path

Searched refs:nospace_err (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c84 bool nospace_err; in __test_map_lookup_and_delete_batch() local
156 nospace_err = false; in __test_map_lookup_and_delete_batch()
170 nospace_err = true; in __test_map_lookup_and_delete_batch()
182 if (nospace_err == true) in __test_map_lookup_and_delete_batch()
219 nospace_err = false; in __test_map_lookup_and_delete_batch()
233 nospace_err = true; in __test_map_lookup_and_delete_batch()
245 if (nospace_err == true) in __test_map_lookup_and_delete_batch()
H A Darray_map_batch_ops.c58 bool nospace_err; in test_array_map_batch_ops() local
93 nospace_err = false; in test_array_map_batch_ops()
110 if (nospace_err == true) in test_array_map_batch_ops()