Home
last modified time | relevance | path

Searched refs:SLAB_MATCH (Results 1 – 1 of 1) sorted by relevance

/linux/mm/
H A Dslab.h119 #define SLAB_MATCH(pg, sl) \ macro
121 SLAB_MATCH(flags, flags);
122 SLAB_MATCH(compound_info, slab_cache); /* Ensure bit 0 is clear */
123 SLAB_MATCH(_refcount, __page_refcount);
125 SLAB_MATCH(memcg_data, obj_exts);
127 SLAB_MATCH(_unused_slab_obj_exts, obj_exts);
129 #undef SLAB_MATCH