Searched refs:ctl_table_set (Results 1 – 6 of 6) sorted by relevance
148 struct ctl_table_set *set;160 struct ctl_table_set { struct161 int (*is_seen)(struct ctl_table_set *); argument166 struct ctl_table_set default_set; argument183 extern void setup_sysctl_set(struct ctl_table_set *p,185 int (*is_seen)(struct ctl_table_set *));186 extern void retire_sysctl_set(struct ctl_table_set *set);189 struct ctl_table_set *set,192 struct ctl_table_set *set,235 static inline void setup_sysctl_set(struct ctl_table_set *p, in setup_sysctl_set()[all …]
97 struct ctl_table_set set;
184 struct ctl_table_root *root, struct ctl_table_set *set, in init_header()322 static struct ctl_table_set *325 struct ctl_table_set *set = &root->default_set; in lookup_header_set()892 struct ctl_table_set *set = p->set; in sysctl_is_seen()986 struct ctl_table_set *set = dir->header.set; in get_subdir()1051 struct ctl_table_set *set; in sysctl_follow_link()1304 struct ctl_table_set *set, in __register_sysctl_table()1505 struct ctl_table_set *set, in __register_sysctl_paths()1690 void setup_sysctl_set(struct ctl_table_set *set, in setup_sysctl_set()1692 int (*is_seen)(struct ctl_table_set *)) in setup_sysctl_set() argument[all …]
30 static struct ctl_table_set *36 static int is_seen(struct ctl_table_set *set) in is_seen()
29 static struct ctl_table_set *35 static int set_is_seen(struct ctl_table_set *set) in set_is_seen()
96 struct ctl_table_set sysctls;
Completed in 12 milliseconds