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.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/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.c717 static struct ctl_table_set *pid_table_root_lookup(struct ctl_table_root *root) in pid_table_root_lookup()
722 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;