Home
last modified time | relevance | path

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

/linux/include/linux/
A 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 …]
A Dipc_namespace.h68 struct ctl_table_set mq_set;
71 struct ctl_table_set ipc_set;
A Duser_namespace.h105 struct ctl_table_set set;
/linux/fs/proc/
A 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()
1053 struct ctl_table_set *set; in sysctl_follow_link()
1360 struct ctl_table_set *set, in __register_sysctl_table()
1536 void setup_sysctl_set(struct ctl_table_set *set, in setup_sysctl_set()
1538 int (*is_seen)(struct ctl_table_set *)) in setup_sysctl_set() argument
[all …]
/linux/net/
A Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set) in is_seen()
/linux/ipc/
A 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()
A 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/kernel/
A Ducount.c29 static struct ctl_table_set *
35 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/linux/include/net/
A Dnet_namespace.h102 struct ctl_table_set sysctls;

Completed in 19 milliseconds