OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_ns
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/goldfish/
gfrtc.c
118
uint64_t
start_ns
, end_ns, min_ns;
local in function:gfrtc_delay
121
start_ns
= gfrtc_get_time(sc);
128
} while ((end_ns -
start_ns
) < min_ns);
/src/sys/arch/xen/xen/
xen_clock.c
637
uint64_t
start_ns
;
local in function:xen_delay
640
start_ns
= xen_vcputime_raw_systime_ns();
645
} while (xen_vcputime_raw_systime_ns() -
start_ns
< n_ns);
Completed in 39 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025