Searched refs:do_proc_douintvec (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/include/linux/ |
D | sysctl.h | 246 int do_proc_douintvec(struct ctl_table *table, int write,
|
/linux-6.6.21/kernel/ |
D | sysctl.c | 678 int do_proc_douintvec(struct ctl_table *table, int write, in do_proc_douintvec() function 764 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_douintvec() 943 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_douintvec_minmax() 996 res = do_proc_douintvec(&tmp, write, buffer, lenp, ppos, in proc_dou8vec_minmax()
|
/linux-6.6.21/fs/ |
D | pipe.c | 1465 return do_proc_douintvec(table, write, buffer, lenp, ppos, in proc_dopipe_max_size()
|