Home
last modified time | relevance | path

Searched refs:sysctl_sched_features (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/sched/
H A Ddebug.c62 if (!(sysctl_sched_features & (1UL << i))) in sched_feat_show()
114 sysctl_sched_features &= ~(1UL << i); in sched_feat_set()
117 sysctl_sched_features |= (1UL << i); in sched_feat_set()
804 P(sysctl_sched_features); in sched_debug_header()
H A Dsched.h1774 * (but core.c) reference the sysctl_sched_features defined in core.c.
1776 extern const_debug unsigned int sysctl_sched_features;
1793 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
1800 * Each translation unit has its own copy of sysctl_sched_features to allow
1806 static const_debug __maybe_unused unsigned int sysctl_sched_features = variable
1811 #define sched_feat(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
H A Dcore.c61 * sysctl_sched_features, defined in sched.h, to allow constants propagation
66 const_debug unsigned int sysctl_sched_features = variable
/kernel/linux/linux-6.6/kernel/sched/
H A Ddebug.c62 if (!(sysctl_sched_features & (1UL << i))) in sched_feat_show()
114 sysctl_sched_features &= ~(1UL << i); in sched_feat_set()
117 sysctl_sched_features |= (1UL << i); in sched_feat_set()
880 P(sysctl_sched_features); in sched_debug_header()
H A Dsched.h2226 * (but core.c) reference the sysctl_sched_features defined in core.c.
2228 extern const_debug unsigned int sysctl_sched_features;
2245 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
2252 * Each translation unit has its own copy of sysctl_sched_features to allow
2258 static const_debug __maybe_unused unsigned int sysctl_sched_features = variable
2263 #define sched_feat(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
H A Dcore.c131 * sysctl_sched_features, defined in sched.h, to allow constants propagation
136 const_debug unsigned int sysctl_sched_features = variable

Completed in 68 milliseconds