Lines Matching refs:table
68 int proc_dobool(const struct ctl_table *table, int write, void *buffer,
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,
78 int proc_dointvec_ms_jiffies_minmax(const struct ctl_table *table, int write,
85 int proc_doulongvec_ms_jiffies_minmax(const struct ctl_table *table, int, void *,
88 int proc_do_static_key(const struct ctl_table *table, int write, void *buffer,
209 int (*permissions)(struct ctl_table_header *head, const struct ctl_table *table);
212 #define register_sysctl(path, table) \ argument
213 register_sysctl_sz(path, table, ARRAY_SIZE(table))
226 const char *path, struct ctl_table *table, size_t table_size);
227 struct ctl_table_header *register_sysctl_sz(const char *path, struct ctl_table *table,
229 void unregister_sysctl_table(struct ctl_table_header * table);
232 extern void __register_sysctl_init(const char *path, struct ctl_table *table,
234 #define register_sysctl_init(path, table) \ argument
235 __register_sysctl_init(path, table, #table, ARRAY_SIZE(table))
240 int do_proc_douintvec(const struct ctl_table *table, int write,
254 static inline void register_sysctl_init(const char *path, struct ctl_table *table) in register_sysctl_init() argument
264 struct ctl_table *table, in register_sysctl_sz() argument
270 static inline void unregister_sysctl_table(struct ctl_table_header * table) in unregister_sysctl_table() argument
290 int sysctl_max_threads(const struct ctl_table *table, int write, void *buffer,