Lines Matching full:ticks
470 start = ticks;
476 else if (test->duration != 0 && time_after(ticks, end)) {
484 ioat_test_log(1, "Test Elapsed: %d ticks (overrun %d), %d sec.\n",
485 ticks - start, ticks - end, (ticks - start) / hz);
492 ioat_test_log(1, "Test Elapsed2: %d ticks (overrun %d), %d sec.\n",
493 ticks - start, ticks - end, (ticks - start) / hz);