Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dsysctl.h187 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);
225 extern void setup_sysctl_set(struct ctl_table_set *p,
227 int (*is_seen)(struct ctl_table_set *));
228 extern void retire_sysctl_set(struct ctl_table_set *set);
231 struct ctl_table_set *set,
282 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.h99 struct ctl_table_set set;
/openbmc/linux/ipc/
H 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()
H 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()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c191 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()
337 static struct ctl_table_set *
340 struct ctl_table_set *set = &root->default_set; in lookup_header_set()
906 struct ctl_table_set *set = p->set; in sysctl_is_seen()
959 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
999 struct ctl_table_set *set = dir->header.set; in get_subdir()
1064 struct ctl_table_set *set; in sysctl_follow_link()
1363 struct ctl_table_set *set, in __register_sysctl_table()
1539 void setup_sysctl_set(struct ctl_table_set *set, in setup_sysctl_set()
1541 int (*is_seen)(struct ctl_table_set *)) in setup_sysctl_set() argument
[all …]
/openbmc/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()
/openbmc/linux/kernel/
H A Ducount.c29 static struct ctl_table_set *
35 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/openbmc/linux/include/net/
H A Dnet_namespace.h104 struct ctl_table_set sysctls;