sched: improve affine wakeups
[sfrench/cifs-2.6.git] / include / linux / sched.h
index 11d8e9a74effd57af24a7f8143b093da6d34f486..3625fcaf5d0f2e3f08ff928a567793aa8f890309 100644 (file)
@@ -929,6 +929,9 @@ struct sched_entity {
        u64                     vruntime;
        u64                     prev_sum_exec_runtime;
 
+       u64                     last_wakeup;
+       u64                     avg_overlap;
+
 #ifdef CONFIG_SCHEDSTATS
        u64                     wait_start;
        u64                     wait_max;