Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Ddebug.c65 if (!(sysctl_sched_features & (1UL << i))) in sched_feat_show()
117 sysctl_sched_features &= ~(1UL << i); in sched_feat_set()
120 sysctl_sched_features |= (1UL << i); in sched_feat_set()
1144 P(sysctl_sched_features); in sched_debug_header()
H A Dsched.h2342 extern __read_mostly unsigned int sysctl_sched_features;
2360 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
H A Dcore.c172 __read_mostly unsigned int sysctl_sched_features = variable