Searched refs:clocksource_cyc2ns (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/kernel/time/ |
A D | clocksource.c | 238 wd_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, in cs_watchdog_read() 258 wd_seq_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, watchdog->shift); in cs_watchdog_read() 370 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift); in clocksource_verify_percpu() 460 wd_nsec = clocksource_cyc2ns(delta, watchdog->mult, in clocksource_watchdog() 464 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift); in clocksource_watchdog() 933 max_nsecs = clocksource_cyc2ns(max_cycles, mult - maxadj, shift); in clocks_calc_max_nsecs()
|
/linux-6.3-rc2/arch/arm/mach-omap1/ |
A D | timer32k.c | 198 nsecs = clocksource_cyc2ns(cycles - last_cycles, in omap_read_persistent_clock64()
|
/linux-6.3-rc2/include/linux/ |
A D | clocksource.h | 204 static inline s64 clocksource_cyc2ns(u64 cycles, u32 mult, u32 shift) in clocksource_cyc2ns() function
|
/linux-6.3-rc2/Documentation/timers/ |
A D | timekeeping.rst | 59 multiply and shift, so in clocksource_cyc2ns() you find:
|
Completed in 9 milliseconds