Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\params.c Create Date:2022-07-28 09:29:37
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:This one must be bool.

Proto:int param_set_invbool(const char *val, const struct kernel_param *kp)

Type:int

Parameter:

TypeParameterName
const char *val
const struct kernel_param *kp
350  arg = boolval
351  ret = Actually could be a bool or an int, for historical reasons.
352  If ret == 0 Then arg = Not boolval
354  Return ret