diff options
Diffstat (limited to 'kernel/sched_features.h')
-rw-r--r-- | kernel/sched_features.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel/sched_features.h b/kernel/sched_features.h index 294e10edd3c8..70115c69c7a9 100644 --- a/kernel/sched_features.h +++ b/kernel/sched_features.h | |||
@@ -63,6 +63,16 @@ SCHED_FEAT(SYNC_WAKEUPS, 1) | |||
63 | SCHED_FEAT(AFFINE_WAKEUPS, 1) | 63 | SCHED_FEAT(AFFINE_WAKEUPS, 1) |
64 | 64 | ||
65 | /* | 65 | /* |
66 | * Weaken SYNC hint based on overlap | ||
67 | */ | ||
68 | SCHED_FEAT(SYNC_LESS, 1) | ||
69 | |||
70 | /* | ||
71 | * Add SYNC hint based on overlap | ||
72 | */ | ||
73 | SCHED_FEAT(SYNC_MORE, 0) | ||
74 | |||
75 | /* | ||
66 | * Prefer to schedule the task we woke last (assuming it failed | 76 | * Prefer to schedule the task we woke last (assuming it failed |
67 | * wakeup-preemption), since its likely going to consume data we | 77 | * wakeup-preemption), since its likely going to consume data we |
68 | * touched, increases cache locality. | 78 | * touched, increases cache locality. |