Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\smp.c Create Date:2022-07-28 10:55:59
Last Modify:2020-03-17 15:12:54 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:maxcpus

Proto:static int __init maxcpus(char *str)

Type:int

Parameter:

TypeParameterName
char *str
558  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
559  If Setup configured maximum number of CPUs to activate == 0 Then Setup routine for controlling SMP activation* Command-line option of "nosmp" or "maxcpus=0" will disable SMP* activation entirely (the MPS table probe still happens, though)
562  Return 0