函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\sysctl.c Create Date:2022-07-27 10:11:06
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:do_proc_dointvec

函数原型: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)

返回类型:int

参数:

类型参数名称
struct ctl_table *table
intwrite
void __user *buffer
size_t *lenp
loff_t *ppos
int (*conv
void *data
2421  返回:__do_proc_dointvec(data, table, write, buffer, lenp, ppos, conv, data)
调用者
名称描述
proc_dointvec读sysctl整数向量
proc_dointvec_minmax指定大小读sysctl整数向量
proc_dointvec_jiffies指定时间读sysctl整数向量
proc_dointvec_userhz_jiffies在时间片内读sysctl整数向量
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