Function report |
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 activity | Download SCCT | Chinese |
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:
Type | Parameter | Name |
---|---|---|
struct ctl_table * | table | |
int | write | |
void __user * | buffer | |
size_t * | lenp | |
loff_t * | ppos | |
int (* | conv | |
void * | data |
Name | Describe |
---|---|
proc_dointvec | read a vector of integers |
proc_dointvec_minmax | read a vector of integers with min/max values |
proc_dointvec_jiffies | read a vector of integers as seconds |
proc_dointvec_userhz_jiffies | read a vector of integers as 1/USER_HZ seconds |
proc_dointvec_ms_jiffies | proc_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |