Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsysctl.h267 struct ctl_table_set *set;
283 struct ctl_table_set { struct
284 int (*is_seen)(struct ctl_table_set *); argument
289 struct ctl_table_set default_set; argument
290 struct ctl_table_set *(*lookup)(struct ctl_table_root *root);
303 extern void setup_sysctl_set(struct ctl_table_set *p,
305 int (*is_seen)(struct ctl_table_set *));
306 extern void retire_sysctl_set(struct ctl_table_set *set);
309 struct ctl_table_set *set,
350 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.h110 struct ctl_table_set set;
/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.c32 static struct ctl_table_set * in set_lookup()
38 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
H A Dpid.c719 static struct ctl_table_set *pid_table_root_lookup(struct ctl_table_root *root) in pid_table_root_lookup()
724 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
/linux/include/net/
H A Dnet_namespace.h107 struct ctl_table_set sysctls;