Home
last modified time | relevance | path

Searched refs:NUM_ITER (Results 1 – 4 of 4) sorted by relevance

/linux/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()
/linux/tools/testing/selftests/bpf/prog_tests/
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()
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()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h20 #define NUM_ITER 100000 macro