Lines Matching +defs:val +defs:table
208 static void warn_sysctl_write(const struct ctl_table *table) in warn_sysctl_write()
226 const struct ctl_table *table) in proc_first_pos_non_zero_ignore()
259 int proc_dostring(const struct ctl_table *table, int write, in proc_dostring()
342 unsigned long *val, bool *neg, in proc_get_long()
400 static void proc_put_long(void **buf, size_t *size, unsigned long val, bool neg) in proc_put_long()
442 int val = READ_ONCE(*valp); in do_proc_dointvec_conv() local
463 unsigned int val = READ_ONCE(*valp); in do_proc_douintvec_conv() local
471 static int __do_proc_dointvec(void *tbl_data, const struct ctl_table *table, in __do_proc_dointvec()
544 static int do_proc_dointvec(const struct ctl_table *table, int write, in do_proc_dointvec()
555 const struct ctl_table *table, in do_proc_douintvec_w()
642 static int __do_proc_douintvec(void *tbl_data, const struct ctl_table *table, in __do_proc_douintvec()
678 int do_proc_douintvec(const struct ctl_table *table, int write, in do_proc_douintvec()
705 int proc_dobool(const struct ctl_table *table, int write, void *buffer, in proc_dobool()
710 int res, val; in proc_dobool() local
742 int proc_dointvec(const struct ctl_table *table, int write, void *buffer, in proc_dointvec()
761 int proc_douintvec(const struct ctl_table *table, int write, void *buffer, in proc_douintvec()
772 static int proc_taint(const struct ctl_table *table, int write, in proc_taint()
867 int proc_dointvec_minmax(const struct ctl_table *table, int write, in proc_dointvec_minmax()
936 int proc_douintvec_minmax(const struct ctl_table *table, int write, in proc_douintvec_minmax()
964 int proc_dou8vec_minmax(const struct ctl_table *table, int write, in proc_dou8vec_minmax()
968 unsigned int min = 0, max = 255U, val; in proc_dou8vec_minmax() local
1001 static int sysrq_sysctl_handler(const struct ctl_table *table, int write, in sysrq_sysctl_handler()
1021 const struct ctl_table *table, int write, in __do_proc_doulongvec_minmax()
1051 unsigned long val; in __do_proc_doulongvec_minmax() local
1094 static int do_proc_doulongvec_minmax(const struct ctl_table *table, int write, in do_proc_doulongvec_minmax()
1118 int proc_doulongvec_minmax(const struct ctl_table *table, int write, in proc_doulongvec_minmax()
1141 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax()
1161 int val = READ_ONCE(*valp); in do_proc_dointvec_jiffies_conv() local
1184 int val = *valp; in do_proc_dointvec_userhz_jiffies_conv() local
1209 int val = READ_ONCE(*valp); in do_proc_dointvec_ms_jiffies_conv() local
1262 int proc_dointvec_jiffies(const struct ctl_table *table, int write, in proc_dointvec_jiffies()
1269 int proc_dointvec_ms_jiffies_minmax(const struct ctl_table *table, int write, in proc_dointvec_ms_jiffies_minmax()
1295 int proc_dointvec_userhz_jiffies(const struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies()
1317 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int write, void *buffer, in proc_dointvec_ms_jiffies()
1324 static int proc_do_cad_pid(const struct ctl_table *table, int write, void *buffer, in proc_do_cad_pid()
1363 int proc_do_large_bitmap(const struct ctl_table *table, int write, in proc_do_large_bitmap()
1495 int proc_dostring(const struct ctl_table *table, int write, in proc_dostring()
1501 int proc_dobool(const struct ctl_table *table, int write, in proc_dobool()
1507 int proc_dointvec(const struct ctl_table *table, int write, in proc_dointvec()
1513 int proc_douintvec(const struct ctl_table *table, int write, in proc_douintvec()
1519 int proc_dointvec_minmax(const struct ctl_table *table, int write, in proc_dointvec_minmax()
1525 int proc_douintvec_minmax(const struct ctl_table *table, int write, in proc_douintvec_minmax()
1531 int proc_dou8vec_minmax(const struct ctl_table *table, int write, in proc_dou8vec_minmax()
1537 int proc_dointvec_jiffies(const struct ctl_table *table, int write, in proc_dointvec_jiffies()
1543 int proc_dointvec_ms_jiffies_minmax(const struct ctl_table *table, int write, in proc_dointvec_ms_jiffies_minmax()
1549 int proc_dointvec_userhz_jiffies(const struct ctl_table *table, int write, in proc_dointvec_userhz_jiffies()
1555 int proc_dointvec_ms_jiffies(const struct ctl_table *table, int write, in proc_dointvec_ms_jiffies()
1561 int proc_doulongvec_minmax(const struct ctl_table *table, int write, in proc_doulongvec_minmax()
1567 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int write, in proc_doulongvec_ms_jiffies_minmax()
1573 int proc_do_large_bitmap(const struct ctl_table *table, int write, in proc_do_large_bitmap()
1582 int proc_do_static_key(const struct ctl_table *table, int write, in proc_do_static_key()
1587 int val, ret; in proc_do_static_key() local