[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1317804965.6766.2.camel@twins>
Date: Wed, 05 Oct 2011 10:56:05 +0200
From: Peter Zijlstra <a.p.zijlstra@...llo.nl>
To: Glauber Costa <glommer@...allels.com>
Cc: linux-kernel@...r.kernel.org, paul@...lmenage.org,
lizf@...fujitsu.com, daniel.lezcano@...e.fr,
jbottomley@...allels.com
Subject: Re: [PATCH 04/10] Display /proc/stat information per cgroup
On Sun, 2011-10-02 at 23:21 +0400, Glauber Costa wrote:
> +struct kernel_stat *task_group_kstat(struct task_struct *p)
> +{
> + struct task_group *tg;
> + struct kernel_stat *kstat;
> +
> + rcu_read_lock();
> + tg = task_group(p);
> + kstat = tg->cpustat;
> + rcu_read_unlock();
> + return kstat;
> +}
Who keeps tg alive and kicking while you poke at its (cpustat) member?
--
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