Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_proc_douintvec_minmax_conv

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

Type:int

Parameter:

TypeParameterName
unsigned long *lvalp
unsigned int *valp
intwrite
void *data
2737  param = data
2739  up = If write Then tmp Else valp
2741  ret = do_proc_douintvec_conv(lvalp, up, write, data)
2742  If ret Then Return ret
2745  If write Then
2746  If min && min > tmp || max && max < tmp Then Return -ERANGE
2750  valp = tmp
2753  Return 0