函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\lib\delay.c Create Date:2022-07-27 08:23:39
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:read_current_timer

函数原型:int read_current_timer(unsigned long *timer_val)

返回类型:int

参数:

类型参数名称
unsigned long *timer_val
152  如果delay_fn恒等于TSC based delay:
153  timer_val等于dtsc() - returns the current TSC without ordering constraints* rdtsc() returns the result of RDTSC as a 64-bit integer
154  返回:0
156  返回:负1
调用者
名称描述
calibrate_delay_direct