Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_timer_perf.c20 int outstanding_count = 0; variable
25 outstanding_count--; in timer_cb()
67 outstanding_count = iterations; in test_timer_perf()
73 while (outstanding_count) in test_timer_perf()
93 outstanding_count = iterations; in test_timer_perf()
100 if (outstanding_count != 0) { in test_timer_perf()
101 printf("Error: outstanding callback count = %d\n", outstanding_count); in test_timer_perf()