Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_proc_dopipe_max_size_conv

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

Type:int

Parameter:

TypeParameterName
unsigned long *lvalp
unsigned int *valp
intwrite
void *data
2790  If write Then
2793  val = round_pipe_size( * lvalp)
2794  If val == 0 Then Return -EINVAL
2797  valp = val
2798  Else
2799  val = valp
2800  lvalp = val
2803  Return 0