Home
last modified time | relevance | path

Searched defs:timecounter (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/include/linux/
Dtimecounter.h64 struct timecounter { struct
65 const struct cyclecounter *cc;
66 u64 cycle_last;
90 * timecounter_adjtime - Shifts the time of the clock. argument
/linux-4.19.296/include/clocksource/
Darm_arch_timer.h75 struct timecounter timecounter; member
/linux-4.19.296/virt/kvm/arm/
Darch_timer.c35 static struct timecounter *timecounter; variable