Re: [PATCH v3 2/5] mm: access zone->node via zone_to_nid() and zone_set_nid()

From: Pavel Tatashin
Date: Thu Jul 26 2018 - 13:19:28 EST


> > OpenGrok was used to find places where zone->node is accessed. A public one
> > is available here: http://src.illumos.org/source/
>
> I assume that tool uses some pattern matching or similar so steps to use
> the tool to get your results would be more helpful. This is basically
> the same thing as coccinelle generated patches.

OpenGrok is very easy to use, it is source browser, similar to cscope
except obviously you can't edit the browsed code. I could have used
cscope just as well here.

Pavel