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:13
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:tsc_setup

Proto:static int __init tsc_setup(char *str)

Type:int

Parameter:

TypeParameterName
char *str
290  If Not strcmp(str, "reliable") Then tsc_clocksource_reliable = 1
292  If Not strncmp(str, "noirqtime", 9) Then no_sched_irq_time = 1
294  If Not strcmp(str, "unstable") Then mark_tsc_unstable("boot parameter")
296  If Not strcmp(str, "nowatchdog") Then no_tsc_watchdog = 1
298  Return 1