Searched refs:__clocksource_update_freq_scale (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/include/linux/ |
D | clocksource.h | 224 __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq); 247 __clocksource_update_freq_scale(cs, 1, hz); in __clocksource_update_freq_hz() 252 __clocksource_update_freq_scale(cs, 1000, khz); in __clocksource_update_freq_khz()
|
/Linux-v5.10/kernel/time/ |
D | clocksource.c | 858 void __clocksource_update_freq_scale(struct clocksource *cs, u32 scale, u32 freq) in __clocksource_update_freq_scale() function 912 EXPORT_SYMBOL_GPL(__clocksource_update_freq_scale); 939 __clocksource_update_freq_scale(cs, scale, freq); in __clocksource_register_scale()
|