Searched refs:ctl_table_set (Results 1 – 7 of 7) sorted by relevance
212 struct ctl_table_set *set;228 struct ctl_table_set { struct229 int (*is_seen)(struct ctl_table_set *); argument234 struct ctl_table_set default_set; argument235 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 …]
68 struct ctl_table_set mq_set;71 struct ctl_table_set ipc_set;
107 struct ctl_table_set set;
30 static struct ctl_table_set *36 static int is_seen(struct ctl_table_set *set) in is_seen()
31 static struct ctl_table_set *37 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
717 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()
107 struct ctl_table_set sysctls;