[PATCH] sched: balance timers
[firefly-linux-kernel-4.4.55.git] / include / linux / sched.h
index 2c69682b0444623ab7fea6d6ace03174b8ce79c0..664981ac1fb60a3d9fe2aaee58d2546b60bf3f8e 100644 (file)
@@ -488,6 +488,10 @@ struct sched_domain {
        unsigned long long cache_hot_time; /* Task considered cache hot (ns) */
        unsigned int cache_nice_tries;  /* Leave cache hot tasks for # tries */
        unsigned int per_cpu_gain;      /* CPU % gained by adding domain cpus */
+       unsigned int busy_idx;
+       unsigned int idle_idx;
+       unsigned int newidle_idx;
+       unsigned int wake_idx;
        int flags;                      /* See SD_* */
 
        /* Runtime fields. */