Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:setup_show_lapic

Proto:static __init int setup_show_lapic(char *arg)

Type:int

Parameter:

TypeParameterName
char *arg
1224  num = -1
1226  If strcmp(arg, "all") == 0 Then
1227  show_lapic = FIXME: This should be fixed in the arch's Kconfig
1228  Else
1229  get_option - Parse integer from an option string*@str: option string*@pint: (output) integer value parsed from @str* Read an int from an option string; if available accept a subsequent* comma as well
1230  If num >= 0 Then show_lapic = num
1234  Return 1