Lines Matching refs:ctl_table
1867 int sysctl_numa_balancing(struct ctl_table *table, int write, in sysctl_numa_balancing()
1870 struct ctl_table t; in sysctl_numa_balancing()
5055 static struct ctl_table sd_ctl_dir[] = {
5063 static struct ctl_table sd_ctl_root[] = {
5072 static struct ctl_table *sd_alloc_ctl_entry(int n) in sd_alloc_ctl_entry()
5074 struct ctl_table *entry = in sd_alloc_ctl_entry()
5075 kcalloc(n, sizeof(struct ctl_table), GFP_KERNEL); in sd_alloc_ctl_entry()
5080 static void sd_free_ctl_entry(struct ctl_table **tablep) in sd_free_ctl_entry()
5082 struct ctl_table *entry; in sd_free_ctl_entry()
5105 set_table_entry(struct ctl_table *entry, in set_table_entry()
5122 static struct ctl_table *
5125 struct ctl_table *table = sd_alloc_ctl_entry(14); in sd_alloc_ctl_domain_table()
5163 static struct ctl_table *sd_alloc_ctl_cpu_table(int cpu) in sd_alloc_ctl_cpu_table()
5165 struct ctl_table *entry, *table; in sd_alloc_ctl_cpu_table()
5192 struct ctl_table *entry = sd_alloc_ctl_entry(cpu_num + 1); in register_sched_domain_sysctl()
7897 int sched_rt_handler(struct ctl_table *table, int write, in sched_rt_handler()
7937 int sched_rr_handler(struct ctl_table *table, int write, in sched_rr_handler()