Lines Matching refs:topts
10 LIBBPF_OPTS(bpf_test_run_opts, topts); in test_add()
14 err = bpf_prog_test_run_opts(prog_fd, &topts); in test_add()
17 if (!ASSERT_OK(topts.retval, "test_run_opts retval")) in test_add()
35 LIBBPF_OPTS(bpf_test_run_opts, topts); in test_sub()
39 err = bpf_prog_test_run_opts(prog_fd, &topts); in test_sub()
42 if (!ASSERT_OK(topts.retval, "test_run_opts retval")) in test_sub()
60 LIBBPF_OPTS(bpf_test_run_opts, topts); in test_and()
64 err = bpf_prog_test_run_opts(prog_fd, &topts); in test_and()
67 if (!ASSERT_OK(topts.retval, "test_run_opts retval")) in test_and()
82 LIBBPF_OPTS(bpf_test_run_opts, topts); in test_or()
86 err = bpf_prog_test_run_opts(prog_fd, &topts); in test_or()
89 if (!ASSERT_OK(topts.retval, "test_run_opts retval")) in test_or()
104 LIBBPF_OPTS(bpf_test_run_opts, topts); in test_xor()
108 err = bpf_prog_test_run_opts(prog_fd, &topts); in test_xor()
111 if (!ASSERT_OK(topts.retval, "test_run_opts retval")) in test_xor()
126 LIBBPF_OPTS(bpf_test_run_opts, topts); in test_cmpxchg()
130 err = bpf_prog_test_run_opts(prog_fd, &topts); in test_cmpxchg()
133 if (!ASSERT_OK(topts.retval, "test_run_opts retval")) in test_cmpxchg()
148 LIBBPF_OPTS(bpf_test_run_opts, topts); in test_xchg()
152 err = bpf_prog_test_run_opts(prog_fd, &topts); in test_xchg()
155 if (!ASSERT_OK(topts.retval, "test_run_opts retval")) in test_xchg()