[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070406192259.GA18722@elte.hu>
Date: Fri, 6 Apr 2007 21:22:59 +0200
From: Ingo Molnar <mingo@...e.hu>
To: "Eric W. Biederman" <ebiederm@...ssion.com>
Cc: Oleg Nesterov <oleg@...sign.ru>, Robin Holt <holt@....com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
Chris Snook <csnook@...hat.com>, linux-kernel@...r.kernel.org,
Jack Steiner <steiner@...ricas.sgi.com>
Subject: Re: [patch] sched: get rid of p->children use in show_task()
* Ingo Molnar <mingo@...e.hu> wrote:
> > > i.e. a to-be-reaped task will still be on the main list _too_. The
> > > main list is for all the PID semantics rules. The reap-list is
> > > just for wait4() processing. The two would be completely separate.
> >
> > And what pray tell except for heuristics is the list of children
> > used for?
>
> yeah - by all means get rid of it, but first separate the data
> structures along uses. Then all the 'why should we iterate two lists
> in sequence' questions vanish.
and this way we get the best change as well: not only will kthreads be
removed from that list, but all other tasks in the system too. I bet
this will speed up wait4() _enormously_, on server workloads that
involve many tasks.
Ingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists