Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-21 Thread Ingo Molnar
* Rakib Mullick wrote: > On Fri, Apr 19, 2013 at 2:25 PM, Ingo Molnar wrote: > > > > * Paul Gortmaker wrote: > > > >> On 13-04-18 07:14 AM, Peter Zijlstra wrote: > >> > On Mon, 2013-04-15 at 11:33 +0200, Ingo Molnar wrote: > >> >> * Paul Gortmaker wrote: > >> >> > >> >>> Recent activity has h

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-19 Thread Rakib Mullick
On Fri, Apr 19, 2013 at 2:25 PM, Ingo Molnar wrote: > > * Paul Gortmaker wrote: > >> On 13-04-18 07:14 AM, Peter Zijlstra wrote: >> > On Mon, 2013-04-15 at 11:33 +0200, Ingo Molnar wrote: >> >> * Paul Gortmaker wrote: >> >> >> >>> Recent activity has had a focus on moving functionally related bl

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-19 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Fri, 2013-04-19 at 10:25 +0200, Ingo Molnar wrote: > > It might eventually make sense to integrate the 'average load' > > calculation as well > > with all this - as they really have a similar purpose, the avenload[] > > vector of > > averages is conceptually simila

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-19 Thread Peter Zijlstra
On Fri, 2013-04-19 at 10:25 +0200, Ingo Molnar wrote: > It might eventually make sense to integrate the 'average load' > calculation as well > with all this - as they really have a similar purpose, the avenload[] > vector of > averages is conceptually similar to the rq->cpu_load[] vector of > ave

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-19 Thread Ingo Molnar
* Paul Gortmaker wrote: > On 13-04-18 07:14 AM, Peter Zijlstra wrote: > > On Mon, 2013-04-15 at 11:33 +0200, Ingo Molnar wrote: > >> * Paul Gortmaker wrote: > >> > >>> Recent activity has had a focus on moving functionally related blocks of > >>> stuff > >>> out of sched/core.c into stand-alo

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-18 Thread Rakib Mullick
On Fri, Apr 19, 2013 at 5:13 AM, Paul Gortmaker wrote: > [Re: [RFC PATCH 0/2] sched: move content out of core files for load average] > On 18/04/2013 (Thu 23:06) Rakib Mullick wrote: > >> On Thu, Apr 18, 2013 at 9:54 PM, Paul Gortmaker >> wrote: >> > On 13-04-18

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-18 Thread Charles Wang
; and "load_entity.c"? Thanks, Charles On Thu, Apr 18, 2013 at 4:13 PM, Paul Gortmaker wrote: [Re: [RFC PATCH 0/2] sched: move content out of core files for load average] On 18/04/2013 (Thu 23:06) Rakib Mullick wrote: On Thu, Apr 18, 2013 at 9:54 PM, Paul Gortmaker wrote: On 13-04-18

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-18 Thread Paul Turner
We could use a name along the lines of "load_index.c"; it calls to mind where we actually consume these values and (being specific) is less overloaded than load_avg. On Thu, Apr 18, 2013 at 4:13 PM, Paul Gortmaker wrote: > [Re: [RFC PATCH 0/2] sched: move content out of core f

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-18 Thread Paul Gortmaker
[Re: [RFC PATCH 0/2] sched: move content out of core files for load average] On 18/04/2013 (Thu 23:06) Rakib Mullick wrote: > On Thu, Apr 18, 2013 at 9:54 PM, Paul Gortmaker > wrote: > > On 13-04-18 07:14 AM, Peter Zijlstra wrote: > >> On Mon, 2013-04-15 at 11:33 +02

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-18 Thread Rakib Mullick
On Thu, Apr 18, 2013 at 9:54 PM, Paul Gortmaker wrote: > On 13-04-18 07:14 AM, Peter Zijlstra wrote: >> On Mon, 2013-04-15 at 11:33 +0200, Ingo Molnar wrote: >>> * Paul Gortmaker wrote: >>> Recent activity has had a focus on moving functionally related blocks of stuff out of sched

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-18 Thread Paul Gortmaker
On 13-04-18 07:14 AM, Peter Zijlstra wrote: > On Mon, 2013-04-15 at 11:33 +0200, Ingo Molnar wrote: >> * Paul Gortmaker wrote: >> >>> Recent activity has had a focus on moving functionally related blocks of >>> stuff >>> out of sched/core.c into stand-alone files. The code relating to load >>>

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-18 Thread Peter Zijlstra
On Mon, 2013-04-15 at 11:33 +0200, Ingo Molnar wrote: > * Paul Gortmaker wrote: > > > Recent activity has had a focus on moving functionally related blocks of > > stuff > > out of sched/core.c into stand-alone files. The code relating to load > > average > > calculations has grown significan

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-15 Thread Ingo Molnar
* Paul Gortmaker wrote: > Recent activity has had a focus on moving functionally related blocks of > stuff > out of sched/core.c into stand-alone files. The code relating to load > average > calculations has grown significantly enough recently to warrant placing it in > a > separate file.

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-13 Thread Paul Gortmaker
On Sat, Apr 13, 2013 at 12:30 AM, Rakib Mullick wrote: > On Sat, Apr 13, 2013 at 6:04 AM, Paul Gortmaker > wrote: >> Recent activity has had a focus on moving functionally related blocks of >> stuff >> out of sched/core.c into stand-alone files. The code relating to load >> average >> calculat

Re: [RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-12 Thread Rakib Mullick
On Sat, Apr 13, 2013 at 6:04 AM, Paul Gortmaker wrote: > Recent activity has had a focus on moving functionally related blocks of stuff > out of sched/core.c into stand-alone files. The code relating to load average > calculations has grown significantly enough recently to warrant placing it in >

[RFC PATCH 0/2] sched: move content out of core files for load average

2013-04-12 Thread Paul Gortmaker
Recent activity has had a focus on moving functionally related blocks of stuff out of sched/core.c into stand-alone files. The code relating to load average calculations has grown significantly enough recently to warrant placing it in a separate file. Here we do that, and in doing so, we shed ~20