Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dglobal_func_args.c19 int expected_value; in test_global_func_args0() member
31 const int expected_value = tests[i].expected_value; in test_global_func_args0() local
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()
/linux-6.1.9/tools/testing/selftests/livepatch/
Dfunctions.sh337 local expected_value="$1"; shift
341 if test "$value" != "$expected_value" ; then
342 die "Unexpected value in $path: $expected_value vs. $value"
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dsoc15_common.h89 #define SOC15_WAIT_ON_RREG(ip, inst, reg, expected_value, mask) \ argument
96 while ((tmp_ & (mask)) != (expected_value)) { \
106 inst, #reg, (unsigned)expected_value, (unsigned)(tmp_ & (mask))); \