Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_proc_douintvec_conv

Proto:static int do_proc_douintvec_conv(unsigned long *lvalp, unsigned int *valp, int write, void *data)

Type:int

Parameter:

TypeParameterName
unsigned long *lvalp
unsigned int *valp
intwrite
void *data
2320  If write Then
2321  If lvalp > UINT_MAX Then Return -EINVAL
2323  valp = lvalp
2324  Else
2325  val = valp
2326  lvalp = val
2328  Return 0
Caller
NameDescribe
do_proc_douintvec_minmax_conv