Function report |
Source Code:include\linux\clocksource.h |
Create Date:2022-07-28 07:33:46 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:locksource_khz2mult - calculates mult from khz and shift*@khz: Clocksource frequency in KHz*@shift_constant: Clocksource shift factor* Helper functions that converts a khz counter frequency to a timsource* multiplier, given the clocksource shift value
Proto:static inline unsigned int clocksource_khz2mult(unsigned int khz, unsigned int shift_constant)
Type:unsigned int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | khz | |
unsigned int | shift_constant |
154 | Return clocksource_freq2mult(khz, shift_constant, NSEC_PER_MSEC) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |