Searched refs:ctl_table_set (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dsysctl.h187 struct ctl_table_set *set;
199 struct ctl_table_set { struct
200 int (*is_seen)(struct ctl_table_set *);
205 struct ctl_table_set default_set;
206 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
220 extern void setup_sysctl_set(struct ctl_table_set *p,
222 int (*is_seen)(struct ctl_table_set *));
223 extern void retire_sysctl_set(struct ctl_table_set *set);
226 struct ctl_table_set *set,
275 static inline void setup_sysctl_set(struct ctl_table_set *
[all...]
H A Dipc_namespace.h68 struct ctl_table_set mq_set;
71 struct ctl_table_set ipc_set;
H A Duser_namespace.h103 struct ctl_table_set set;
/linux-master/net/
H A Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set)
/linux-master/ipc/
H A Dmq_sysctl.c70 static struct ctl_table_set *set_lookup(struct ctl_table_root *root)
75 static int set_is_seen(struct ctl_table_set *set)
H A Dipc_sysctl.c184 static struct ctl_table_set *set_lookup(struct ctl_table_root *root)
189 static int set_is_seen(struct ctl_table_set *set)
/linux-master/fs/proc/
H A Dproc_sysctl.c190 struct ctl_table_root *root, struct ctl_table_set *set,
336 static struct ctl_table_set *
339 struct ctl_table_set *set = &root->default_set;
895 struct ctl_table_set *set = p->set;
948 static struct ctl_dir *new_dir(struct ctl_table_set *set,
988 struct ctl_table_set *set = dir->header.set;
1035 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir)
1053 struct ctl_table_set *set;
1234 struct ctl_table_set *root_set = &sysctl_table_root.default_set;
1352 struct ctl_table_set *se
[all...]
/linux-master/kernel/
H A Ducount.c29 static struct ctl_table_set *
35 static int set_is_seen(struct ctl_table_set *set)
/linux-master/include/net/
H A Dnet_namespace.h102 struct ctl_table_set sysctls;

Completed in 280 milliseconds