Home
last modified time | relevance | path

Searched refs:sysctl_sched_migration_cost (Results 1 – 3 of 3) sorted by relevance

/kernel/
Dsched_fair.c74 const_debug unsigned int sysctl_sched_migration_cost = 500000UL; variable
1204 if (sync && (curr->se.avg_overlap > sysctl_sched_migration_cost || in wake_affine()
1205 p->se.avg_overlap > sysctl_sched_migration_cost)) in wake_affine()
1435 (se->avg_overlap < sysctl_sched_migration_cost && in check_preempt_wakeup()
1436 pse->avg_overlap < sysctl_sched_migration_cost))) { in check_preempt_wakeup()
Dsched.c1858 if (sysctl_sched_migration_cost == -1) in task_hot()
1860 if (sysctl_sched_migration_cost == 0) in task_hot()
1865 return delta < (s64)sysctl_sched_migration_cost; in task_hot()
Dsysctl.c316 .data = &sysctl_sched_migration_cost,