Home
last modified time | relevance | path

Searched refs:ctl_table_set (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/include/linux/
Dsysctl.h147 struct ctl_table_set *set;
159 struct ctl_table_set { struct
160 int (*is_seen)(struct ctl_table_set *); argument
165 struct ctl_table_set default_set; argument
166 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
182 extern void setup_sysctl_set(struct ctl_table_set *p,
184 int (*is_seen)(struct ctl_table_set *));
185 extern void retire_sysctl_set(struct ctl_table_set *set);
188 struct ctl_table_set *set,
191 struct ctl_table_set *set,
[all …]
Duser_namespace.h74 struct ctl_table_set set;
/Linux-v4.19/fs/proc/
Dproc_sysctl.c182 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
353 static struct ctl_table_set *
356 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
887 struct ctl_table_set *set = p->set; in sysctl_is_seen()
940 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
981 struct ctl_table_set *set = dir->header.set; in get_subdir()
1028 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1046 struct ctl_table_set *set; in sysctl_follow_link()
1211 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1293 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/Linux-v4.19/net/
Dsysctl_net.c29 static struct ctl_table_set *
35 static int is_seen(struct ctl_table_set *set) in is_seen()
/Linux-v4.19/kernel/
Ducount.c28 static struct ctl_table_set *
34 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/Linux-v4.19/include/net/
Dnet_namespace.h82 struct ctl_table_set sysctls;