函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:tsc_sanitize_first_cpu

函数原型:static void tsc_sanitize_first_cpu(struct tsc_adjust *cur, s64 bootval, unsigned int cpu, bool bootcpu)

返回类型:void

参数:

类型参数名称
struct tsc_adjust *cur
s64bootval
unsigned intcpu
boolbootcpu
99  如果bootcpubootval不等于0则
104  bootval等于0
105  否则
106  打印信息("TSC ADJUST: CPU%u: %lld NOT forced to 0\n", cpu, bootval)
110  adjusted等于bootval
调用者
名称描述
tsc_store_and_check_tsc_adjust