函数逻辑报告 |
Source Code:arch\x86\kernel\tsc.c |
Create Date:2022-07-27 08:46:32 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:tsc_refine_calibration_work
函数原型:static void tsc_refine_calibration_work(struct work_struct *work)
返回类型:void
参数:
类型 | 参数 | 名称 |
---|---|---|
struct work_struct * | work |
1292 | tsc_start等于ULLONG_MAX |
1307 | 如果tsc_start恒等于ULLONG_MAX则 |
1326 | 如果tsc_stop恒等于ULLONG_MAX则转到:restart |
1330 | delta乘等于1000000LL |
1341 | 打印信息("Refined TSC clocksource calibration: %lu.%03lu MHz\n", (unsignedlong)tsc_khz / 1000, (unsignedlong)tsc_khz % 1000) |
1346 | lapic_update_tsc_freq() |
1350 | set_cyc2ns_scale(tsc_khz, cpu, tsc_stop) |
1352 | out : |
1359 | unreg : |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |