Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\mpparse.c Create Date:2022-07-28 08:25:55
Last Modify:2020-03-16 21:44:10 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:parse_alloc_mptable_opt

Proto:static int __init parse_alloc_mptable_opt(char *p)

Type:int

Parameter:

TypeParameterName
char *p
836  enable_update_mptable = 1
840  alloc_mptable or alloc_mptable=4k = 1
841  If Not p Then Return 0
843  mpc_new_length = memparse - parse a string with mem suffixes into a number*@ptr: Where parse begins*@retptr: (output) Optional pointer to next char after parse completes* Parses a string into a number. The number stored at @ptr is
844  Return 0