|
@@ -661,11 +661,12 @@ static unsigned long task_h_load(struct task_struct *p);
|
|
|
|
|
|
/*
|
|
|
* We choose a half-life close to 1 scheduling period.
|
|
|
- * Note: The tables below are dependent on this value.
|
|
|
+ * Note: The tables runnable_avg_yN_inv and runnable_avg_yN_sum are
|
|
|
+ * dependent on this value.
|
|
|
*/
|
|
|
#define LOAD_AVG_PERIOD 32
|
|
|
#define LOAD_AVG_MAX 47742 /* maximum possible load avg */
|
|
|
-#define LOAD_AVG_MAX_N 345 /* number of full periods to produce LOAD_MAX_AVG */
|
|
|
+#define LOAD_AVG_MAX_N 345 /* number of full periods to produce LOAD_AVG_MAX */
|
|
|
|
|
|
/* Give new sched_entity start runnable values to heavy its load in infant time */
|
|
|
void init_entity_runnable_average(struct sched_entity *se)
|