Home
last modified time | relevance | path

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

/linux-6.3-rc2/mm/
A Dslab.h72 #define SLAB_MATCH(pg, sl) \ macro
74 SLAB_MATCH(flags, __page_flags);
76 SLAB_MATCH(compound_head, slab_cache); /* Ensure bit 0 is clear */
78 SLAB_MATCH(compound_head, slab_list); /* Ensure bit 0 is clear */
80 SLAB_MATCH(_refcount, __page_refcount);
82 SLAB_MATCH(memcg_data, memcg_data);
84 #undef SLAB_MATCH

Completed in 4 milliseconds