Lines Matching refs:ctl_table
2162 int sysctl_numa_balancing(struct ctl_table *table, int write, in sysctl_numa_balancing()
2165 struct ctl_table t; in sysctl_numa_balancing()
5309 static struct ctl_table sd_ctl_dir[] = {
5317 static struct ctl_table sd_ctl_root[] = {
5326 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry()
5328 struct ctl_table *entry = in sd_alloc_ctl_entry()
5329 kcalloc(n, sizeof(struct ctl_table), GFP_KERNEL); in sd_alloc_ctl_entry()
5334 static void sd_free_ctl_entry(struct ctl_table **tablep) in sd_free_ctl_entry()
5336 struct ctl_table *entry; in sd_free_ctl_entry()
5359 set_table_entry(struct ctl_table *entry, in set_table_entry()
5376 static struct ctl_table *
5379 struct ctl_table *table = sd_alloc_ctl_entry(14); in sd_alloc_ctl_domain_table()
5417 static struct ctl_table *sd_alloc_ctl_cpu_table(int cpu) in sd_alloc_ctl_cpu_table()
5419 struct ctl_table *entry, *table; in sd_alloc_ctl_cpu_table()
5446 struct ctl_table *entry = sd_alloc_ctl_entry(cpu_num + 1); in register_sched_domain_sysctl()
8132 int sched_rt_handler(struct ctl_table *table, int write, in sched_rt_handler()
8172 int sched_rr_handler(struct ctl_table *table, int write, in sched_rr_handler()