Home
last modified time | relevance | path

Searched refs:repeat (Results 1 – 25 of 69) sorted by relevance

123

/tools/testing/selftests/bpf/prog_tests/
Dprog_run_opts.c31 .repeat = 1, in test_prog_run_opts()
56 run_cnt += topts.repeat; in test_prog_run_opts()
61 topts.repeat = 2; in test_prog_run_opts()
69 run_cnt += topts.repeat; in test_prog_run_opts()
Drbtree.c17 .repeat = 1, in test_rbtree_add_nodes()
39 .repeat = 1, in test_rbtree_add_nodes_nested()
61 .repeat = 1, in test_rbtree_add_and_remove()
83 .repeat = 1, in test_rbtree_add_and_remove_array()
104 .repeat = 1, in test_rbtree_first_and_remove()
128 .repeat = 1, in test_rbtree_api_release_aliasing()
Dlocal_kptr_stash.c14 .repeat = 1, in test_local_kptr_stash_simple()
35 .repeat = 1, in test_local_kptr_stash_plain()
56 .repeat = 1, in test_local_kptr_stash_local_with_root()
77 .repeat = 1, in test_local_kptr_stash_unstash()
102 .repeat = 1, in test_refcount_acquire_without_unstash()
Dksyms_module.c16 .repeat = 1, in test_ksyms_module_lskel()
43 .repeat = 1, in test_ksyms_module_libbpf()
Dparse_tcp_hdr_opt.c40 .repeat = 3, in test_parse_opt()
70 .repeat = 3, in test_parse_opt_dynptr()
Dtype_cast.c18 .repeat = 1, in test_xdp()
52 .repeat = 1, in test_tc()
Dpkt_md_access.c13 .repeat = 10, in test_pkt_md_access()
Djit_probe_mem.c13 .repeat = 1, in test_jit_probe_mem()
Dkfunc_call.c112 topts.repeat = 1; in verify_success()
178 topts.repeat = 1; in verify_fail()
241 .repeat = 1, in test_subprog()
265 .repeat = 1, in test_subprog_lskel()
Dxdp_perf.c15 .repeat = 1000000, in test_xdp_perf()
Dpkt_access.c13 .repeat = 100000, in test_pkt_access()
Dmap_ptr.c20 .repeat = 1, in test_map_ptr()
Dtest_skb_pkt_end.c13 .repeat = 1, in sanity_run()
Drefcounted_kptr.c25 .repeat = 1, in test_refcounted_kptr_wrong_owner()
Dfor_each.c23 .repeat = 1, in test_hash_map()
89 .repeat = 1, in test_array_map()
157 .repeat = 1, in test_multi_maps()
Dtailcalls.c26 .repeat = 1, in test_tailcall_1()
162 .repeat = 1, in test_tailcall_2()
239 .repeat = 1, in test_tailcall_count()
423 .repeat = 1, in test_tailcall_4()
513 .repeat = 1, in test_tailcall_5()
601 .repeat = 1, in test_tailcall_bpf2bpf_1()
685 .repeat = 1, in test_tailcall_bpf2bpf_2()
765 .repeat = 1, in test_tailcall_bpf2bpf_3()
860 .repeat = 1, in test_tailcall_bpf2bpf_4()
940 .repeat = 1, in test_tailcall_bpf2bpf_6()
[all …]
Dflow_dissector_load_bytes.c34 .repeat = 1, in serial_test_flow_dissector_load_bytes()
Dcb_refs.c33 .repeat = 1, in test_cb_refs()
Dxdp_adjust_tail.c17 .repeat = 1, in test_xdp_adjust_tail_shrink()
52 .repeat = 1, in test_xdp_adjust_tail_grow()
90 .repeat = 1, in test_xdp_adjust_tail_grow2()
Dsignal_pending.c22 .repeat = 0xffffffff, in test_signal_pending_by_type()
Dglobal_func_args.c48 .repeat = 1, in test_global_func_args()
Dcheck_mtu.c87 .repeat = 1, in test_check_mtu_run_xdp()
144 .repeat = 1, in test_check_mtu_run_tc()
Draw_tp_writable_test_run.c63 .repeat = 1, in serial_test_raw_tp_writable_test_run()
/tools/testing/selftests/kvm/lib/
Dguest_sprintf.c147 repeat: in guest_vsnprintf()
152 goto repeat; in guest_vsnprintf()
155 goto repeat; in guest_vsnprintf()
158 goto repeat; in guest_vsnprintf()
161 goto repeat; in guest_vsnprintf()
164 goto repeat; in guest_vsnprintf()
/tools/perf/bench/
Dbreakpoint.c88 int *repeat = (int *)arg; in breakpoint_thread() local
95 while (__atomic_fetch_sub(repeat, 1, __ATOMIC_RELAXED) > 0) { in breakpoint_thread()
115 int repeat = bench_repeat; in bench_breakpoint_thread() local
142 if (pthread_create(&parallel[i], NULL, breakpoint_thread, &repeat)) in bench_breakpoint_thread()

123