Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dsched.h1733 * (but core.c) reference the sysctl_sched_features defined in core.c.
1735 extern const_debug unsigned int sysctl_sched_features;
1752 #define sched_feat(x) (sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
1759 * Each translation unit has its own copy of sysctl_sched_features to allow
1764 static const_debug __maybe_unused unsigned int sysctl_sched_features = variable
1769 #define sched_feat(x) !!(sysctl_sched_features & (1UL << __SCHED_FEAT_##x))
H A Dcore.c64 * sysctl_sched_features, defined in sched.h, to allow constants propagation
68 const_debug unsigned int sysctl_sched_features = variable

Completed in 16 milliseconds