Lines Matching refs:ctl_table
31 struct ctl_table;
37 typedef int proc_handler (struct ctl_table *ctl, int write,
40 extern int proc_dostring(struct ctl_table *, int,
42 extern int proc_dointvec(struct ctl_table *, int,
44 extern int proc_dointvec_minmax(struct ctl_table *, int,
46 extern int proc_dointvec_jiffies(struct ctl_table *, int,
48 extern int proc_dointvec_userhz_jiffies(struct ctl_table *, int,
50 extern int proc_dointvec_ms_jiffies(struct ctl_table *, int,
52 extern int proc_doulongvec_minmax(struct ctl_table *, int,
54 extern int proc_doulongvec_ms_jiffies_minmax(struct ctl_table *table, int,
56 extern int proc_do_large_bitmap(struct ctl_table *, int,
105 struct ctl_table struct
111 struct ctl_table *child; /* Deprecated */ argument
129 struct ctl_table *ctl_table; member
137 struct ctl_table *ctl_table_arg;
159 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
179 const char *path, struct ctl_table *table);
182 const struct ctl_path *path, struct ctl_table *table);
183 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
184 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
186 struct ctl_table *table);
192 extern struct ctl_table sysctl_mount_point[];
195 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table()
201 const struct ctl_path *path, struct ctl_table *table) in register_sysctl_paths()
218 int sysctl_max_threads(struct ctl_table *table, int write,