Lines Matching refs:ctl_table
34 struct ctl_table;
64 typedef int proc_handler(const struct ctl_table *ctl, int write, void *buffer,
67 int proc_dostring(const struct ctl_table *, int, void *, size_t *, loff_t *);
68 int proc_dobool(const struct ctl_table *table, int write, void *buffer,
70 int proc_dointvec(const struct ctl_table *, int, void *, size_t *, loff_t *);
71 int proc_douintvec(const struct ctl_table *, int, void *, size_t *, loff_t *);
72 int proc_dointvec_minmax(const struct ctl_table *, int, void *, size_t *, loff_t *);
73 int proc_douintvec_minmax(const struct ctl_table *table, int write, void *buffer,
75 int proc_dou8vec_minmax(const struct ctl_table *table, int write, void *buffer,
77 int proc_dointvec_jiffies(const struct ctl_table *, int, void *, size_t *, loff_t *);
78 int proc_dointvec_ms_jiffies_minmax(const struct ctl_table *table, int write,
80 int proc_dointvec_userhz_jiffies(const struct ctl_table *, int, void *, size_t *,
82 int proc_dointvec_ms_jiffies(const struct ctl_table *, int, void *, size_t *,
84 int proc_doulongvec_minmax(const struct ctl_table *, int, void *, size_t *, loff_t *);
85 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int, void *,
87 int proc_do_large_bitmap(const struct ctl_table *, int, void *, size_t *, loff_t *);
88 int proc_do_static_key(const struct ctl_table *table, int write, void *buffer,
133 struct ctl_table { struct
163 const struct ctl_table *ctl_table; member
172 const struct ctl_table *ctl_table_arg;
207 int (*permissions)(struct ctl_table_header *head, const struct ctl_table *table);
224 const char *path, const struct ctl_table *table, size_t table_size);
225 struct ctl_table_header *register_sysctl_sz(const char *path, const struct ctl_table *table,
230 extern void __register_sysctl_init(const char *path, const struct ctl_table *table,
238 int do_proc_douintvec(const struct ctl_table *table, int write,
252 static inline void register_sysctl_init(const char *path, const struct ctl_table *table) in register_sysctl_init()
262 const struct ctl_table *table, in register_sysctl_sz()
288 int sysctl_max_threads(const struct ctl_table *table, int write, void *buffer,