Searched refs:NUM_ITER (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/kernel/ |
H A D | smp-tbsync.c | 18 #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 D | xdp_noinline.c | 37 .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 D | l4lb_all.c | 34 .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 D | network_helpers.h | 20 #define NUM_ITER 100000 macro
|