函数逻辑报告 |
Source Code:arch\x86\kernel\apic\apic.c |
Create Date:2022-07-27 09:26:24 |
Last Modify:2020-03-16 21:21:31 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:lapic_next_deadline
函数原型:static int lapic_next_deadline(unsigned long delta, struct clock_event_device *evt)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
unsigned long | delta | |
struct clock_event_device * | evt |
477 | tsc等于dtsc() - returns the current TSC without ordering constraints* rdtsc() returns the result of RDTSC as a 64-bit integer |
478 | wrmsrl(MSR_IA32_TSC_DEADLINE, tsc + (((u64)delta) * TSC_DIVISOR)) |
479 | 返回:0 |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |