Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dsysctl.h167 struct ctl_table_set *set;
179 struct ctl_table_set { struct
180 int (*is_seen)(struct ctl_table_set *); argument
185 struct ctl_table_set default_set; argument
186 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
216 extern void setup_sysctl_set(struct ctl_table_set *p,
218 int (*is_seen)(struct ctl_table_set *));
219 extern void retire_sysctl_set(struct ctl_table_set *set);
222 struct ctl_table_set *set,
225 struct ctl_table_set *set,
[all …]
Dipc_namespace.h68 struct ctl_table_set mq_set;
71 struct ctl_table_set ipc_set;
Duser_namespace.h99 struct ctl_table_set set;
/linux-6.1.9/fs/proc/
Dproc_sysctl.c198 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
340 static struct ctl_table_set *
343 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
910 struct ctl_table_set *set = p->set; in sysctl_is_seen()
963 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
1003 struct ctl_table_set *set = dir->header.set; in get_subdir()
1050 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1068 struct ctl_table_set *set; in sysctl_follow_link()
1241 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1323 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/linux-6.1.9/ipc/
Dmq_sysctl.c69 static struct ctl_table_set *set_lookup(struct ctl_table_root *root) in set_lookup()
74 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
Dipc_sysctl.c183 static struct ctl_table_set *set_lookup(struct ctl_table_root *root) in set_lookup()
188 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/linux-6.1.9/net/
Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set) in is_seen()
/linux-6.1.9/kernel/
Ducount.c29 static struct ctl_table_set *
35 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/linux-6.1.9/include/net/
Dnet_namespace.h101 struct ctl_table_set sysctls;