OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timer_ticks_per_hz
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/riscv/riscv/
clock_machdep.c
49
static uint32_t
timer_ticks_per_hz
;
variable in typeref:typename:uint32_t
70
timer_ticks_per_hz
= freq / hz;
100
uint64_t next = ci->ci_lastintr +
timer_ticks_per_hz
;
126
ci->ci_lastintr_scheduled +=
timer_ticks_per_hz
;
128
ci->ci_lastintr_scheduled +=
timer_ticks_per_hz
;
clock_machdep.c
49
static uint32_t
timer_ticks_per_hz
;
variable in typeref:typename:uint32_t
70
timer_ticks_per_hz
= freq / hz;
100
uint64_t next = ci->ci_lastintr +
timer_ticks_per_hz
;
126
ci->ci_lastintr_scheduled +=
timer_ticks_per_hz
;
128
ci->ci_lastintr_scheduled +=
timer_ticks_per_hz
;
Completed in 21 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025