Searched refs:ITER_POWER (Results 1 – 2 of 2) sorted by relevance
28 #define ITER_POWER 21 /* log 2 of how many iterations we do when timing. */ macro162 for (i = 0; i < (1<<ITER_POWER); i++) in perf_test()169 } while (total_packet_count() < (BURST << ITER_POWER)); in perf_test()173 printf("Time per burst: %"PRIu64"\n", (end - start) >> ITER_POWER); in perf_test()175 ((end - start) >> ITER_POWER)/BURST); in perf_test()
28 #define ITER_POWER 20 /* log 2 of how many iterations we do when timing. */ macro345 for (i = 0; i < ((1<<ITER_POWER)); i += BURST) { in sanity_test_with_mbuf_alloc()363 if (total_packet_count() < (1<<ITER_POWER)) { in sanity_test_with_mbuf_alloc()366 (1<<ITER_POWER)); in sanity_test_with_mbuf_alloc()