Searched refs:__clocksource_update_freq_scale (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | clocksource.h | 227 __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq); 250 __clocksource_update_freq_scale(cs, 1, hz); in __clocksource_update_freq_hz() 255 __clocksource_update_freq_scale(cs, 1000, khz); in __clocksource_update_freq_khz()
|
/kernel/linux/linux-5.10/kernel/time/ |
D | clocksource.c | 999 void __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_update_freq_scale() function 1073 EXPORT_SYMBOL_GPL(__clocksource_update_freq_scale); 1100 __clocksource_update_freq_scale(cs, scale, freq); in __clocksource_register_scale()
|