Home
last modified time | relevance | path

Searched refs:NUM_ITER (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp-tbsync.c18 #define NUM_ITER 300 macro
131 score = start_contest(kSetAndTest, offset, NUM_ITER); in smp_generic_give_timebase()
141 score = start_contest(kSetAndTest, min, NUM_ITER); in smp_generic_give_timebase()
142 score2 = start_contest(kSetAndTest, max, NUM_ITER); in smp_generic_give_timebase()
152 start_contest(kSetAndTest, offset, NUM_ITER/10); in smp_generic_give_timebase()
154 if ((score2 = start_contest(kTest, offset, NUM_ITER)) < 0) in smp_generic_give_timebase()
159 pr_debug("Final offset: %d (%d/%d)\n", offset, score2, NUM_ITER ); in smp_generic_give_timebase()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dsmp-tbsync.c18 #define NUM_ITER 300 macro
131 score = start_contest(kSetAndTest, offset, NUM_ITER); in smp_generic_give_timebase()
141 score = start_contest(kSetAndTest, min, NUM_ITER); in smp_generic_give_timebase()
142 score2 = start_contest(kSetAndTest, max, NUM_ITER); in smp_generic_give_timebase()
152 start_contest(kSetAndTest, offset, NUM_ITER/10); in smp_generic_give_timebase()
154 if ((score2 = start_contest(kTest, offset, NUM_ITER)) < 0) in smp_generic_give_timebase()
159 pr_debug("Final offset: %d (%d/%d)\n", offset, score2, NUM_ITER ); in smp_generic_give_timebase()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_noinline.c43 NUM_ITER, &pkt_v4, sizeof(pkt_v4), in test_xdp_noinline()
51 NUM_ITER, &pkt_v6, sizeof(pkt_v6), in test_xdp_noinline()
63 CHECK(bytes != MAGIC_BYTES * NUM_ITER * 2 || pkts != NUM_ITER * 2, in test_xdp_noinline()
H A Dl4lb_all.c52 err = bpf_prog_test_run(prog_fd, NUM_ITER, &pkt_v4, sizeof(pkt_v4), in test_l4lb()
59 err = bpf_prog_test_run(prog_fd, NUM_ITER, &pkt_v6, sizeof(pkt_v6), in test_l4lb()
74 if (CHECK_FAIL(bytes != MAGIC_BYTES * NUM_ITER * 2 || in test_l4lb()
75 pkts != NUM_ITER * 2)) in test_l4lb()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dl4lb_all.c34 .repeat = NUM_ITER, in test_l4lb()
83 if (CHECK_FAIL(bytes != MAGIC_BYTES * NUM_ITER * 2 || in test_l4lb()
84 pkts != NUM_ITER * 2)) in test_l4lb()
H A Dxdp_noinline.c37 .repeat = NUM_ITER, in test_xdp_noinline()
70 ASSERT_EQ(bytes, MAGIC_BYTES * NUM_ITER * 2, "stats bytes"); in test_xdp_noinline()
71 ASSERT_EQ(pkts, NUM_ITER * 2, "stats pkts"); in test_xdp_noinline()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h16 #define NUM_ITER 100000 macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h16 #define NUM_ITER 100000 macro

Completed in 3 milliseconds