On Mon, 25 Jun 2012 22:24:44 -0700 (PDT) David Rientjes <rientjes at google.com> wrote: > > > +#define KMEM_ACCOUNTED_THIS 0 > > > +#define KMEM_ACCOUNTED_PARENT 1 > > > > And then document the fields here. > > > > In hex, please? Well, they're bit numbers, not masks. Decimal 0-31 is OK, or an enum.