| /tools/testing/selftests/bpf/prog_tests/ |
| A D | arena_spin_lock.c | 19 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 D | prog_run_opts.c | 31 .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 D | local_kptr_stash.c | 14 .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 D | rbtree.c | 18 .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 D | res_spin_lock.c | 23 .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 D | ksyms_module.c | 16 .repeat = 1, in test_ksyms_module_lskel() 43 .repeat = 1, in test_ksyms_module_libbpf()
|
| A D | parse_tcp_hdr_opt.c | 40 .repeat = 3, in test_parse_opt() 70 .repeat = 3, in test_parse_opt_dynptr()
|
| A D | type_cast.c | 18 .repeat = 1, in test_xdp() 52 .repeat = 1, in test_tc()
|
| A D | pkt_md_access.c | 13 .repeat = 10, in test_pkt_md_access()
|
| A D | jit_probe_mem.c | 13 .repeat = 1, in test_jit_probe_mem()
|
| A D | for_each.c | 24 .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 D | kfunc_call.c | 112 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 D | xdp_perf.c | 15 .repeat = 1000000, in test_xdp_perf()
|
| A D | pkt_access.c | 13 .repeat = 100000, in test_pkt_access()
|
| A D | test_skb_pkt_end.c | 13 .repeat = 1, in sanity_run()
|
| A D | map_ptr.c | 20 .repeat = 1, in test_map_ptr()
|
| A D | dynptr.c | 104 .repeat = 1, in verify_success() 155 .repeat = 1, in verify_success()
|
| A D | refcounted_kptr.c | 25 .repeat = 1, in test_refcounted_kptr_wrong_owner()
|
| A D | tailcalls.c | 27 .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 D | cb_refs.c | 33 .repeat = 1, in test_cb_refs()
|
| A D | flow_dissector_load_bytes.c | 34 .repeat = 1, in serial_test_flow_dissector_load_bytes()
|
| A D | signal_pending.c | 22 .repeat = 0xffffffff, in test_signal_pending_by_type()
|
| A D | global_func_args.c | 48 .repeat = 1, in test_global_func_args()
|
| /tools/testing/selftests/kvm/lib/ |
| A D | guest_sprintf.c | 147 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 D | breakpoint.c | 88 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(¶llel[i], NULL, breakpoint_thread, &repeat)) in bench_breakpoint_thread()
|