Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\kvmclock.c Create Date:2022-07-28 08:45:10
Last Modify:2020-03-18 12:41:45 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:kvm_get_preset_lpj

Proto:static void __init kvm_get_preset_lpj(void)

Type:void

Parameter:Nothing

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
Caller
NameDescribe
kvmclock_init