函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:kvm_get_preset_lpj

函数原型:static void __init kvm_get_preset_lpj(void)

返回类型:void

参数:

139  khz等于If we don't do that, there is the possibility that the guest* will calibrate under heavy load - thus, getting a lower lpj -* and execute the delays themselves without load
141  lpj等于khz乘1000
142  do_div() is NOT a C function(lpj, HZ)
143  preset_lpj等于lpj
调用者
名称描述
kvmclock_init