Searched refs:set_table_entry (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/kernel/sched/ |
D | core.c | 5105 set_table_entry(struct ctl_table *entry, in set_table_entry() function 5130 set_table_entry(&table[0], "min_interval", &sd->min_interval, in sd_alloc_ctl_domain_table() 5132 set_table_entry(&table[1], "max_interval", &sd->max_interval, in sd_alloc_ctl_domain_table() 5134 set_table_entry(&table[2], "busy_idx", &sd->busy_idx, in sd_alloc_ctl_domain_table() 5136 set_table_entry(&table[3], "idle_idx", &sd->idle_idx, in sd_alloc_ctl_domain_table() 5138 set_table_entry(&table[4], "newidle_idx", &sd->newidle_idx, in sd_alloc_ctl_domain_table() 5140 set_table_entry(&table[5], "wake_idx", &sd->wake_idx, in sd_alloc_ctl_domain_table() 5142 set_table_entry(&table[6], "forkexec_idx", &sd->forkexec_idx, in sd_alloc_ctl_domain_table() 5144 set_table_entry(&table[7], "busy_factor", &sd->busy_factor, in sd_alloc_ctl_domain_table() 5146 set_table_entry(&table[8], "imbalance_pct", &sd->imbalance_pct, in sd_alloc_ctl_domain_table() [all …]
|