Re: [RFC PATCH 1/5] numa: introduce per-cgroup numa balancing locality, statistic

From: Peter Zijlstra
Date: Tue Apr 23 2019 - 05:46:27 EST


On Tue, Apr 23, 2019 at 05:33:25PM +0800, çè wrote:
>
>
> On 2019/4/23 äå4:47, Peter Zijlstra wrote:
> > 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.
>
> Sounds good~ will apply in next version.

Well, check code gen first, of course.