summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-12-19 17:04:54 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-19 17:04:53 -0800
commitaf833ae6a86db02de5cd1347779470485f80f5ce (patch)
tree11ce4ec3a0769202bef103d1ec65874c112f9e7a /include/linux/sched.h
parent1906639e880168c420c20420d3ffd1c11060ce34 (diff)
parentf8c7c6ffdfb366efce72a4df93d124659a246b8c (diff)
Merge "sched: Track burst length for tasks"
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index d2354ea59f19..c58ba6c22caf 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1395,6 +1395,7 @@ struct ravg {
u32 sum_history[RAVG_HIST_SIZE_MAX];
u32 *curr_window_cpu, *prev_window_cpu;
u32 curr_window, prev_window;
+ u64 curr_burst, avg_burst;
u16 active_windows;
u32 pred_demand;
u8 busy_buckets[NUM_BUSY_BUCKETS];