Home
last modified time | relevance | path

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

123

/tools/testing/selftests/bpf/prog_tests/
A Darena_spin_lock.c19 static int repeat; variable
29 .repeat = repeat, in spin_lock_thread()
71 skel->bss->limit = repeat * nthreads; in test_arena_spin_lock_size()
89 ASSERT_EQ(skel->bss->counter, repeat * nthreads, "check counter value"); in test_arena_spin_lock_size()
100 repeat = 1000; in test_arena_spin_lock()
107 repeat = 100; in test_arena_spin_lock()
A 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()
A 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()
A Drbtree.c18 .repeat = 1, in test_rbtree_add_nodes()
40 .repeat = 1, in test_rbtree_add_nodes_nested()
62 .repeat = 1, in test_rbtree_add_and_remove()
84 .repeat = 1, in test_rbtree_add_and_remove_array()
105 .repeat = 1, in test_rbtree_first_and_remove()
129 .repeat = 1, in test_rbtree_api_release_aliasing()
A Dres_spin_lock.c23 .repeat = 10000, in spin_lock_thread()
42 .repeat = 1, in test_res_spin_lock_success()
80 topts.repeat = 1000; in test_res_spin_lock_success()
A Dksyms_module.c16 .repeat = 1, in test_ksyms_module_lskel()
43 .repeat = 1, in test_ksyms_module_libbpf()
A Dparse_tcp_hdr_opt.c40 .repeat = 3, in test_parse_opt()
70 .repeat = 3, in test_parse_opt_dynptr()
A Dtype_cast.c18 .repeat = 1, in test_xdp()
52 .repeat = 1, in test_tc()
A Dpkt_md_access.c13 .repeat = 10, in test_pkt_md_access()
A Djit_probe_mem.c13 .repeat = 1, in test_jit_probe_mem()
A Dfor_each.c24 .repeat = 1, in test_hash_map()
90 .repeat = 1, in test_array_map()
158 .repeat = 1, in test_multi_maps()
216 .repeat = 1 in test_hash_modify()
A 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()
A Dxdp_perf.c15 .repeat = 1000000, in test_xdp_perf()
A Dpkt_access.c13 .repeat = 100000, in test_pkt_access()
A Dtest_skb_pkt_end.c13 .repeat = 1, in sanity_run()
A Dmap_ptr.c20 .repeat = 1, in test_map_ptr()
A Ddynptr.c104 .repeat = 1, in verify_success()
155 .repeat = 1, in verify_success()
A Drefcounted_kptr.c25 .repeat = 1, in test_refcounted_kptr_wrong_owner()
A Dtailcalls.c27 .repeat = 1, in test_tailcall_1()
163 .repeat = 1, in test_tailcall_2()
240 .repeat = 1, in test_tailcall_count()
424 .repeat = 1, in test_tailcall_4()
514 .repeat = 1, in test_tailcall_5()
602 .repeat = 1, in test_tailcall_bpf2bpf_1()
686 .repeat = 1, in test_tailcall_bpf2bpf_2()
766 .repeat = 1, in test_tailcall_bpf2bpf_3()
861 .repeat = 1, in test_tailcall_bpf2bpf_4()
941 .repeat = 1, in test_tailcall_bpf2bpf_6()
[all …]
A Dcb_refs.c33 .repeat = 1, in test_cb_refs()
A Dflow_dissector_load_bytes.c34 .repeat = 1, in serial_test_flow_dissector_load_bytes()
A Dsignal_pending.c22 .repeat = 0xffffffff, in test_signal_pending_by_type()
A Dglobal_func_args.c48 .repeat = 1, in test_global_func_args()
/tools/testing/selftests/kvm/lib/
A 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/
A 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()

Completed in 30 milliseconds

123