summaryrefslogtreecommitdiff
path: root/kernel/sysctl.c
diff options
context:
space:
mode:
authorSteve Muckle <smuckle@codeaurora.org>2012-09-10 11:45:02 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 19:58:27 -0700
commit74b3b06c52411c0ad8de7e5f4194d48e378f7a38 (patch)
tree4f93b997f1d63d8dba057d6893093c366f21cb6e /kernel/sysctl.c
parent8da8122d5f30badc0463f8c3c05470fa6cb6a32e (diff)
sched: add PF_WAKE_UP_IDLE
Certain workloads may benefit from the SD_SHARE_PKG_RESOURCES behavior of waking their tasks up on idle CPUs. The feature has too much of a negative impact on other workloads however to apply globally. The PF_WAKE_UP_IDLE flag tells the scheduler to wake up tasks that have this flag set, or tasks woken by tasks with this flag set, on an idle CPU if one is available. Change-Id: I20b28faf35029f9395e9d9f5ddd57ce2de795039 Signed-off-by: Steve Muckle <smuckle@codeaurora.org> [joonwoop@codeaurora.org: fixed conflict around set_wake_up_idle() in include/linux/sched.h] Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
Diffstat (limited to 'kernel/sysctl.c')
0 files changed, 0 insertions, 0 deletions