Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsysctl.h298 struct ctl_table_set *set;
314 struct ctl_table_set { struct
315 int (*is_seen)(struct ctl_table_set *); argument
320 struct ctl_table_set default_set; argument
321 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
334 extern void setup_sysctl_set(struct ctl_table_set *p,
336 int (*is_seen)(struct ctl_table_set *));
337 extern void retire_sysctl_set(struct ctl_table_set *set);
340 struct ctl_table_set *set,
381 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 Dpid_namespace.h44 struct ctl_table_set 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.c668 static struct ctl_table_set *pid_table_root_lookup(struct ctl_table_root *root) in pid_table_root_lookup()
673 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/linux/include/net/
H A Dnet_namespace.h106 struct ctl_table_set sysctls;