Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:set_corruption_check_size

Proto:static __init int set_corruption_check_size(char *arg)

Type:int

Parameter:

TypeParameterName
char *arg
77  If Not arg Then
78  pr_err("memory_corruption_check_size config string not provided\n")
79  Return -EINVAL
82  size = 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
84  If end == '\0' Then corruption_check_size = size
87  Return If size == corruption_check_size Then 0 Else -EINVAL