Home
last modified time | relevance | path

Searched defs:retval (Results 1 – 25 of 61) sorted by relevance

123

/tools/testing/selftests/bpf/progs/
Dtest_check_mtu.c35 int retval = XDP_PASS; /* Expected retval on successful test */ in xdp_use_helper() local
65 int retval = XDP_ABORTED; /* Fail */ in xdp_exceed_mtu() local
87 int retval = XDP_PASS; /* Expected retval on successful test */ in xdp_minus_delta() local
111 int retval = XDP_PASS; /* Expected retval on successful test */ in xdp_input_len() local
135 int retval = XDP_ABORTED; /* Fail */ in xdp_input_len_exceed() local
159 int retval = BPF_OK; /* Expected retval on successful test */ in tc_use_helper() local
179 int retval = BPF_DROP; /* Fail */ in tc_exceed_mtu() local
207 int retval = BPF_DROP; /* Fail */ in tc_exceed_mtu_da() local
229 int retval = BPF_OK; /* Expected retval on successful test */ in tc_minus_delta() local
251 int retval = BPF_OK; /* Expected retval on successful test */ in tc_input_len() local
[all …]
Dfreplace_global_func.c8 volatile int retval = 1; in test_ctx_global_func() local
/tools/testing/selftests/bpf/prog_tests/
Datomics.c10 __u32 duration = 0, retval; in test_add() local
42 __u32 duration = 0, retval; in test_sub() local
75 __u32 duration = 0, retval; in test_and() local
103 __u32 duration = 0, retval; in test_or() local
132 __u32 duration = 0, retval; in test_xor() local
160 __u32 duration = 0, retval; in test_cmpxchg() local
189 __u32 duration = 0, retval; in test_xchg() local
Dtailcalls.c15 __u32 retval, duration; in test_tailcall_1() local
153 __u32 retval, duration; in test_tailcall_2() local
231 __u32 retval, duration; in test_tailcall_3() local
309 __u32 retval, duration; in test_tailcall_4() local
397 __u32 retval, duration; in test_tailcall_5() local
485 __u32 retval, duration; in test_tailcall_bpf2bpf_1() local
569 __u32 retval, duration; in test_tailcall_bpf2bpf_2() local
647 __u32 retval, duration; in test_tailcall_bpf2bpf_3() local
744 __u32 retval, duration; in test_tailcall_bpf2bpf_4() local
Dkfunc_call.c11 int prog_fd, retval, err; in test_main() local
35 int prog_fd, retval, err; in test_subprog() local
Dfor_each.c15 __u32 key, num_cpus, retval; in test_hash_map() local
72 __u32 key, num_cpus, max_entries, retval; in test_array_map() local
Dxdp_adjust_tail.c8 __u32 duration, retval, size, expect_sz; in test_xdp_adjust_tail_shrink() local
38 __u32 duration, retval, size, expect_sz; in test_xdp_adjust_tail_grow() local
Dget_func_ip_test.c8 __u32 duration = 0, retval; in test_get_func_ip_test() local
Dpkt_md_access.c9 __u32 duration, retval; in test_pkt_md_access() local
Dpkt_access.c9 __u32 duration, retval; in test_pkt_access() local
Dmap_ptr.c12 __u32 duration = 0, retval; in test_map_ptr() local
Dflow_dissector_load_bytes.c8 __u32 duration = 0, retval, size; in test_flow_dissector_load_bytes() local
Dtimer.c9 __u32 duration = 0, retval; in timer() local
Dtest_skb_pkt_end.c9 __u32 duration, retval; in sanity_run() local
Dfentry_fexit.c12 __u32 duration = 0, retval; in test_fentry_fexit() local
Dxdp_perf.c7 __u32 duration, retval, size; in test_xdp_perf() local
Dfexit_test.c9 __u32 duration = 0, retval; in fexit_test() local
Dfentry_test.c9 __u32 duration = 0, retval; in fentry_test() local
Dsignal_pending.c16 __u32 duration = 0, retval; in test_signal_pending_by_type() local
Dspinlock.c7 __u32 duration, retval; in spin_lock_thread() local
Dtrace_ext.c26 __u32 retval; in test_trace_ext() local
/tools/testing/selftests/mincore/
Dmincore_selftest.c32 int retval; in TEST() local
87 int retval; in TEST() local
143 int retval; in TEST() local
192 int retval; in TEST() local
297 int retval; in TEST() local
/tools/power/cpupower/debug/i386/
Dintel_gsic.c18 int retval; in main() local
/tools/testing/selftests/rtc/
Dsetdate.c23 int fd, retval; in main() local
/tools/testing/selftests/timers/
Drtcpie.c32 int i, fd, retval, irqcount = 0; in main() local

123