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()
1202 P(sysctl_sched_features); in sched_debug_start()
H A Dsched.h2406 * (but core.c) reference the sysctl_sched_features defined in core.c.
2408 extern __read_mostly unsigned int sysctl_sched_features; in task_on_cpu()
2426 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
H A Dcore.c167 * sysctl_sched_features, defined in sched.h, to allow constants propagation
172 __read_mostly unsigned int sysctl_sched_features = variable