[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190423084722.GD11158@hirez.programming.kicks-ass.net>
Date: Tue, 23 Apr 2019 10:47:22 +0200
From: Peter Zijlstra <peterz@...radead.org>
To: 王贇 <yun.wang@...ux.alibaba.com>
Cc: hannes@...xchg.org, mhocko@...nel.org, vdavydov.dev@...il.com,
Ingo Molnar <mingo@...hat.com>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org
Subject: Re: [RFC PATCH 1/5] numa: introduce per-cgroup numa balancing
locality, statistic
On Mon, Apr 22, 2019 at 10:11:24AM +0800, 王贇 wrote:
> + p->numa_faults_locality[mem_node == numa_node_id() ? 4 : 3] += pages;
Possibly: 3 + !!(mem_node = numa_node_id()), generates better code.
Powered by blists - more mailing lists