Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1471626 > unrolled thread
| Started by | Yuyang Du <yuyang.du@intel.com> |
|---|---|
| First post | 2016-08-29 10:10 +0200 |
| Last post | 2016-08-29 10:10 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v1 01/10] sched/fair: Chance LOAD_AVG_MAX_N from 345 to 347 Yuyang Du <yuyang.du@intel.com> - 2016-08-29 10:10 +0200
| From | Yuyang Du <yuyang.du@intel.com> |
|---|---|
| Date | 2016-08-29 10:10 +0200 |
| Subject | Re: [PATCH v1 01/10] sched/fair: Chance LOAD_AVG_MAX_N from 345 to 347 |
| Message-ID | <sbpNM-4Om-43@gated-at.bofh.it> |
On Wed, Aug 24, 2016 at 06:01:32PM +0200, Vincent Guittot wrote: > > diff --git a/kernel/sched/fair.c b/kernel/sched/fair.c > > index 4088eed..997297b 100644 > > --- a/kernel/sched/fair.c > > +++ b/kernel/sched/fair.c > > @@ -666,7 +666,7 @@ static unsigned long task_h_load(struct task_struct *p); > > */ > > #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_AVG_MAX */ > > +#define LOAD_AVG_MAX_N 347 /* number of full periods to produce LOAD_AVG_MAX */ > > Acked-by: Vincent Guittot <vincent.guitto@linar.org> Thanks, Vincent.
Back to top | Article view | linux.kernel
csiph-web