函数逻辑报告 |
Source Code:arch\x86\kernel\hpet.c |
Create Date:2022-07-27 09:42:09 |
Last Modify:2020-03-16 21:38:50 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:hpet_counting
函数原型:static bool __init hpet_counting(void)
返回类型:bool
参数:无
788 | hpet_restart_counter() |
790 | t1等于hpet_readl(HPET_COUNTER) |
791 | start等于dtsc() - returns the current TSC without ordering constraints* rdtsc() returns the result of RDTSC as a 64-bit integer |
799 | 循环 |
800 | 如果t1不等于hpet_readl(HPET_COUNTER)则返回:true |
805 | 打印警告信息("Counter not counting. HPET disabled\n") |
806 | 返回:false |
名称 | 描述 |
---|---|
hpet_enable | hpet_enable - Try to setup the HPET timer. Returns 1 on success. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |