Searched refs:clocksource_freq2mult (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/
H A Dclocksource.h147 static inline u32 clocksource_freq2mult(u32 freq, u32 shift_constant, u64 from) function
174 return clocksource_freq2mult(khz, shift_constant, NSEC_PER_MSEC);
188 return clocksource_freq2mult(hz, shift_constant, NSEC_PER_SEC);

Completed in 100 milliseconds