We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2afa1b6 commit f267276Copy full SHA for f267276
kernel/sched/features.h
@@ -30,7 +30,7 @@
30
* skip buddy i.e task called yield() is always skipped and the
31
* next entity is selected to run irrespective of the vruntime
32
*/
33
-#define SCHED_FEAT_STRICT_SKIP_BUDDY 1
+SCHED_FEAT(STRICT_SKIP_BUDDY, true)
34
35
/*
36
* Consider buddies to be cache hot, decreases the likelyness of a
0 commit comments