Lines Matching refs:EMe
204 EMe(COMPACT_CONTENDED, "contended")
221 EMe(COMPACTION_PROGRESS, "progress")
226 EMe(COMPACT_PRIO_ASYNC, "COMPACT_PRIO_ASYNC")
256 EMe(ZONE_MOVABLE,"Movable")
263 EMe(LRU_UNEVICTABLE, "unevictable")
270 #undef EMe
272 #define EMe(a, b) TRACE_DEFINE_ENUM(a);
281 * Now redefine the EM() and EMe() macros to map the enums to the strings
285 #undef EMe
287 #define EMe(a, b) {a, b}