Searched refs:do_proc_douintvec (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/include/linux/ |
D | sysctl.h | 241 int do_proc_douintvec(struct ctl_table *table, int write,
|
/Linux-v6.1/kernel/ |
D | sysctl.c | 694 int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() function 781 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_douintvec() 960 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_douintvec_minmax() 1013 res = do_proc_douintvec(&tmp, write, buffer, lenp, ppos, in proc_dou8vec_minmax()
|
/Linux-v6.1/fs/ |
D | pipe.c | 1464 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_dopipe_max_size()
|