Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\shuffle.c Create Date:2022-07-28 15:08:55
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:shuffle_store

Proto:static __meminit int shuffle_store(const char *val, const struct kernel_param *kp)

Type:int

Parameter:

TypeParameterName
const char *val
const struct kernel_param *kp
45  rc = Actually could be a bool or an int, for historical reasons.
47  If rc < 0 Then Return rc
49  If shuffle_param Then Depending on the architecture, module parameter parsing may run* before, or after the cache detection
51  Else Depending on the architecture, module parameter parsing may run* before, or after the cache detection
53  Return 0