Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsysctl.h212 struct ctl_table_set *set;
228 struct ctl_table_set { struct
229 int (*is_seen)(struct ctl_table_set *); argument
234 struct ctl_table_set default_set; argument
235 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
248 extern void setup_sysctl_set(struct ctl_table_set *p,
250 int (*is_seen)(struct ctl_table_set *));
251 extern void retire_sysctl_set(struct ctl_table_set *set);
254 struct ctl_table_set *set,
295 static inline void setup_sysctl_set(struct ctl_table_set *p, in setup_sysctl_set()
[all …]
H A Dipc_namespace.h68 struct ctl_table_set mq_set;
71 struct ctl_table_set ipc_set;
H A Duser_namespace.h107 struct ctl_table_set set;
/linux/fs/proc/
H A Dproc_sysctl.c193 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
344 static struct ctl_table_set *
347 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
901 struct ctl_table_set *set = p->set; in sysctl_is_seen()
958 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
998 struct ctl_table_set *set = dir->header.set; in get_subdir()
1045 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1064 struct ctl_table_set *set; in sysctl_follow_link()
1259 struct ctl_table_set *root_set = &sysctl_table_root.default_set; in insert_links()
1371 struct ctl_table_set *set, in __register_sysctl_table()
[all …]
/linux/net/
H A Dsysctl_net.c30 static struct ctl_table_set *
36 static int is_seen(struct ctl_table_set *set) in is_seen()
/linux/kernel/
H A Ducount.c31 static struct ctl_table_set *
37 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
H A Dpid.c710 static struct ctl_table_set *pid_table_root_lookup(struct ctl_table_root *root) in pid_table_root_set_ownership()
715 static int set_is_seen(struct ctl_table_set *set)
/linux/include/net/
H A Dnet_namespace.h107 struct ctl_table_set sysctls;