函数逻辑报告 |
Source Code:kernel\time\clocksource.c |
Create Date:2022-07-27 11:44:09 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| 首页 | 函数Tree |
| 注解内核,赢得工具 | 下载SCCT | English |
函数名称:__clocksource_register_scale - Used to install new clocksources*@cs: clocksource to be registered*@scale: Scale factor multiplied against freq to get clocksource hz*@freq: clocksource frequency (cycles per second) divided by scale
函数原型:int __clocksource_register_scale(struct clocksource *cs, unsigned int scale, unsigned int freq)
返回类型:int
参数:
| 类型 | 参数 | 名称 |
|---|---|---|
| struct clocksource * | cs | |
| unsigned int | scale | |
| unsigned int | freq |
| 929 | clocksource_arch_init(cs) |
| 935 | mutex_lock( & clocksource_mutex) |
| 937 | clocksource_watchdog_lock( & flags) |
| 940 | clocksource_watchdog_unlock( & flags) |
| 943 | clocksource_select_watchdog(false) |
| 946 | 返回:0 |
| 源代码转换工具 开放的插件接口 | X |
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |