OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tick_base
(Results
1 - 1
of
1
) 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;
Completed in 12 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025