Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:do_proc_dointvec

Proto:static int do_proc_dointvec(struct ctl_table *table, int write, void __user *buffer, size_t *lenp, loff_t *ppos, int (*conv)(bool *negp, unsigned long *lvalp, int *valp, int write, void *data), void *data)

Type:int

Parameter:

TypeParameterName
struct ctl_table *table
intwrite
void __user *buffer
size_t *lenp
loff_t *ppos
int (*conv
void *data
2421  Return __do_proc_dointvec(data, table, write, buffer, lenp, ppos, conv, data)
Caller
NameDescribe
proc_dointvecread a vector of integers
proc_dointvec_minmaxread a vector of integers with min/max values
proc_dointvec_jiffiesread a vector of integers as seconds
proc_dointvec_userhz_jiffiesread a vector of integers as 1/USER_HZ seconds
proc_dointvec_ms_jiffiesproc_dointvec_ms_jiffies - read a vector of integers as 1 milliseconds*@table: the sysctl table*@write: %TRUE if this is a write to the sysctl file*@buffer: the user buffer*@lenp: the size of the user buffer*@ppos: file position*@ppos: the current