| /tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| D | rbtree.c | 17 .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()
|
| 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()
|
| D | ksyms_module.c | 16 .repeat = 1, in test_ksyms_module_lskel() 43 .repeat = 1, in test_ksyms_module_libbpf()
|
| D | parse_tcp_hdr_opt.c | 40 .repeat = 3, in test_parse_opt() 70 .repeat = 3, in test_parse_opt_dynptr()
|
| D | type_cast.c | 18 .repeat = 1, in test_xdp() 52 .repeat = 1, in test_tc()
|
| D | pkt_md_access.c | 13 .repeat = 10, in test_pkt_md_access()
|
| D | jit_probe_mem.c | 13 .repeat = 1, in test_jit_probe_mem()
|
| 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()
|
| D | xdp_perf.c | 15 .repeat = 1000000, in test_xdp_perf()
|
| D | pkt_access.c | 13 .repeat = 100000, in test_pkt_access()
|
| D | map_ptr.c | 20 .repeat = 1, in test_map_ptr()
|
| D | test_skb_pkt_end.c | 13 .repeat = 1, in sanity_run()
|
| D | refcounted_kptr.c | 25 .repeat = 1, in test_refcounted_kptr_wrong_owner()
|
| D | for_each.c | 23 .repeat = 1, in test_hash_map() 89 .repeat = 1, in test_array_map() 157 .repeat = 1, in test_multi_maps()
|
| D | tailcalls.c | 26 .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 …]
|
| D | flow_dissector_load_bytes.c | 34 .repeat = 1, in serial_test_flow_dissector_load_bytes()
|
| D | cb_refs.c | 33 .repeat = 1, in test_cb_refs()
|
| D | xdp_adjust_tail.c | 17 .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()
|
| D | signal_pending.c | 22 .repeat = 0xffffffff, in test_signal_pending_by_type()
|
| D | global_func_args.c | 48 .repeat = 1, in test_global_func_args()
|
| D | check_mtu.c | 87 .repeat = 1, in test_check_mtu_run_xdp() 144 .repeat = 1, in test_check_mtu_run_tc()
|
| D | raw_tp_writable_test_run.c | 63 .repeat = 1, in serial_test_raw_tp_writable_test_run()
|
| /tools/testing/selftests/kvm/lib/ |
| 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/ |
| 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()
|