OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wallclock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/evbarm/stand/boot2440/
main.c
61
static time_t
wallclock
= 0;
variable in typeref:typename:time_t
360
wallclock
+= ((65535-count)*1000000) / timer_inc_rate;
362
return
wallclock
;
368
uint32_t target_clock =
wallclock
+us;
370
while(
wallclock
< target_clock) {
382
wallclock
+= ((65535-count)*1000000) / timer_inc_rate;
Completed in 24 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025