HomeSort by: relevance | last modified time | path
    Searched defs:tick_base (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/sparc64/sparc64/
clock.c 618 static int64_t tick_base = 0; local in function:clockintr
623 if (!tick_base) {
624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec)
626 tick_base -= t;
630 t -= tick_base;
634 printf("Actual: %llx Expected: %llx tick %llx tick_base %llx\n",
635 (long long)t, (long long)clk, (long long)tk, (long long)tick_base);
636 tick_base = 0;
clock.c 618 static int64_t tick_base = 0; local in function:clockintr
623 if (!tick_base) {
624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec)
626 tick_base -= t;
630 t -= tick_base;
634 printf("Actual: %llx Expected: %llx tick %llx tick_base %llx\n",
635 (long long)t, (long long)clk, (long long)tk, (long long)tick_base);
636 tick_base = 0;
clock.c 618 static int64_t tick_base = 0; local in function:clockintr
623 if (!tick_base) {
624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec)
626 tick_base -= t;
630 t -= tick_base;
634 printf("Actual: %llx Expected: %llx tick %llx tick_base %llx\n",
635 (long long)t, (long long)clk, (long long)tk, (long long)tick_base);
636 tick_base = 0;
clock.c 618 static int64_t tick_base = 0; local in function:clockintr
623 if (!tick_base) {
624 tick_base = (ctime.tv_sec * 1000000LL + ctime.tv_usec)
626 tick_base -= t;
630 t -= tick_base;
634 printf("Actual: %llx Expected: %llx tick %llx tick_base %llx\n",
635 (long long)t, (long long)clk, (long long)tk, (long long)tick_base);
636 tick_base = 0;

Completed in 43 milliseconds