Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dsysctl.h176 struct ctl_table_set *set;
199 struct ctl_table_set { struct
200 int (*is_seen)(struct ctl_table_set *); argument
205 struct ctl_table_set default_set; argument
206 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
219 extern void setup_sysctl_set(struct ctl_table_set *p,
221 int (*is_seen)(struct ctl_table_set *));
222 extern void retire_sysctl_set(struct ctl_table_set *set);
225 struct ctl_table_set *set,
274 static inline void setup_sysctl_set(struct ctl_table_set *p, in setup_sysctl_set()
[all …]
Dipc_namespace.h68 struct ctl_table_set mq_set;
71 struct ctl_table_set ipc_set;
Duser_namespace.h105 struct ctl_table_set set;
/linux-6.12.1/fs/proc/
Dproc_sysctl.c191 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
338 static struct ctl_table_set *
341 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
895 struct ctl_table_set *set = p->set; in sysctl_is_seen()
948 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
988 struct ctl_table_set *set = dir->header.set; in get_subdir()
1035 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1053 struct ctl_table_set *set; in sysctl_follow_link()
1248 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1360 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/linux-6.12.1/net/
Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set) in is_seen()
/linux-6.12.1/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.12.1/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.12.1/include/net/
Dnet_namespace.h102 struct ctl_table_set sysctls;