Home
last modified time | relevance | path

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

/linux-6.15/kernel/sched/
H A Ddebug.c61 if (!(sysctl_sched_features & (1UL << i))) in sched_feat_show()
113 sysctl_sched_features &= ~(1UL << i); in sched_feat_set()
116 sysctl_sched_features |= (1UL << i); in sched_feat_set()
1044 P(sysctl_sched_features); in sched_debug_header()
H A Dsched.h2198 extern __read_mostly unsigned int sysctl_sched_features;
2216 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
H A Dcore.c130 __read_mostly unsigned int sysctl_sched_features = variable