Lines Matching refs:ctl_table
190 static struct ctl_table sd_ctl_dir[] = {
198 static struct ctl_table sd_ctl_root[] = {
207 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry()
209 struct ctl_table *entry = in sd_alloc_ctl_entry()
210 kcalloc(n, sizeof(struct ctl_table), GFP_KERNEL); in sd_alloc_ctl_entry()
215 static void sd_free_ctl_entry(struct ctl_table **tablep) in sd_free_ctl_entry()
217 struct ctl_table *entry; in sd_free_ctl_entry()
237 set_table_entry(struct ctl_table *entry, in set_table_entry()
248 static struct ctl_table *
251 struct ctl_table *table = sd_alloc_ctl_entry(9); in sd_alloc_ctl_domain_table()
269 static struct ctl_table *sd_alloc_ctl_cpu_table(int cpu) in sd_alloc_ctl_cpu_table()
271 struct ctl_table *entry, *table; in sd_alloc_ctl_cpu_table()
299 static struct ctl_table *cpu_entries; in register_sched_domain_sysctl()
300 static struct ctl_table **cpu_idx; in register_sched_domain_sysctl()
315 struct ctl_table *e = cpu_entries; in register_sched_domain_sysctl()
317 cpu_idx = kcalloc(nr_cpu_ids, sizeof(struct ctl_table*), GFP_KERNEL); in register_sched_domain_sysctl()
340 struct ctl_table *e = cpu_idx[i]; in register_sched_domain_sysctl()