Lines Matching refs:ppos

55 static int dump_cpumask(void *buffer, size_t *lenp, loff_t *ppos,  in dump_cpumask()  argument
61 if (*ppos || !*lenp) { in dump_cpumask()
89 *ppos += len; in dump_cpumask()
116 void *buffer, size_t *lenp, loff_t *ppos) in rps_default_mask_sysctl() argument
137 err = dump_cpumask(buffer, lenp, ppos, in rps_default_mask_sysctl()
147 void *buffer, size_t *lenp, loff_t *ppos) in rps_sock_flow_sysctl() argument
166 ret = proc_dointvec(&tmp, write, buffer, lenp, ppos); in rps_sock_flow_sysctl()
219 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_cpu_sysctl() argument
267 ret = dump_cpumask(buffer, lenp, ppos, mask); in flow_limit_cpu_sysctl()
276 void *buffer, size_t *lenp, loff_t *ppos) in flow_limit_table_len_sysctl() argument
285 ret = proc_dointvec(table, write, buffer, lenp, ppos); in flow_limit_table_len_sysctl()
298 void *buffer, size_t *lenp, loff_t *ppos) in set_default_qdisc() argument
309 ret = proc_dostring(&tbl, write, buffer, lenp, ppos); in set_default_qdisc()
317 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_dev_weight() argument
323 ret = proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_do_dev_weight()
335 void *buffer, size_t *lenp, loff_t *ppos) in proc_do_rss_key() argument
343 return proc_dostring(&fake_table, write, buffer, lenp, ppos); in proc_do_rss_key()
349 loff_t *ppos) in proc_dointvec_minmax_bpf_enable() argument
360 ret = proc_dointvec_minmax(&tmp, write, buffer, lenp, ppos); in proc_dointvec_minmax_bpf_enable()
381 void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_minmax_bpf_restricted() argument
386 return proc_dointvec_minmax(table, write, buffer, lenp, ppos); in proc_dointvec_minmax_bpf_restricted()
392 void *buffer, size_t *lenp, loff_t *ppos) in proc_dolongvec_minmax_bpf_restricted() argument
397 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_dolongvec_minmax_bpf_restricted()