Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:get_loops_per_jiffy

Proto:static unsigned long __init get_loops_per_jiffy(void)

Type:unsigned long

Parameter:Nothing

1441  lpj = tsc_khz * KHZ
1443  do_div() is NOT a C function(lpj, HZ)
1444  Return lpj
Caller
NameDescribe
tsc_early_init
tsc_init