函数逻辑报告 |
Source Code:include\linux\clocksource.h |
Create Date:2022-07-27 08:33:06 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:clocksource_freq2mult
函数原型:static inline unsigned int clocksource_freq2mult(unsigned int freq, unsigned int shift_constant, u64 from)
返回类型:unsigned int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| unsigned int | freq | |
| unsigned int | shift_constant | |
| u64 | from |
| 136 | tmp等于from左移shift_constant位 |
| 141 | 返回:tmp |
| 名称 | 描述 |
|---|---|
| clocksource_khz2mult | 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 |
| clocksource_hz2mult | 时钟源精度 |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |