Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dglobal_func_args.c9 int err, i, map_fd, actual_value; in test_global_func_args0() local
33 err = bpf_map_lookup_elem(map_fd, &i, &actual_value); in test_global_func_args0()
35 CHECK(err || actual_value != expected_value, tests[i].descr, in test_global_func_args0()
36 "err %d result %d expected %d\n", err, actual_value, expected_value); in test_global_func_args0()

Completed in 3 milliseconds