Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dexceptions.c41 #define RUN_SUCCESS(_prog, return_val) \ in test_exceptions_success() argument
42 if (!test__start_subtest(#_prog)) goto _prog##_##return_val; \ in test_exceptions_success()
45 ASSERT_EQ(ropts.retval, return_val, #_prog " prog run retval"); \ in test_exceptions_success()
46 _prog##_##return_val: in test_exceptions_success()