Searched refs:clocksource_cyc2ns (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/kernel/time/ |
D | clocksource.c | 235 wd_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, in cs_watchdog_read() 255 wd_seq_delay = clocksource_cyc2ns(wd_delta, watchdog->mult, watchdog->shift); in cs_watchdog_read() 367 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift); in clocksource_verify_percpu() 430 wd_nsec = clocksource_cyc2ns(delta, watchdog->mult, in clocksource_watchdog() 434 cs_nsec = clocksource_cyc2ns(delta, cs->mult, cs->shift); in clocksource_watchdog() 903 max_nsecs = clocksource_cyc2ns(max_cycles, mult - maxadj, shift); in clocks_calc_max_nsecs()
|
/linux-6.1.9/arch/arm/mach-omap1/ |
D | timer32k.c | 198 nsecs = clocksource_cyc2ns(cycles - last_cycles, in omap_read_persistent_clock64()
|
/linux-6.1.9/include/linux/ |
D | clocksource.h | 204 static inline s64 clocksource_cyc2ns(u64 cycles, u32 mult, u32 shift) in clocksource_cyc2ns() function
|
/linux-6.1.9/Documentation/timers/ |
D | timekeeping.rst | 59 multiply and shift, so in clocksource_cyc2ns() you find:
|