Lines Matching refs:EMe
253 EMe(COMPACT_CONTENDED, "contended")
270 EMe(COMPACTION_PROGRESS, "progress")
275 EMe(COMPACT_PRIO_ASYNC, "COMPACT_PRIO_ASYNC")
305 EMe(ZONE_MOVABLE,"Movable")
312 EMe(LRU_UNEVICTABLE, "unevictable")
319 #undef EMe
321 #define EMe(a, b) TRACE_DEFINE_ENUM(a);
330 * Now redefine the EM() and EMe() macros to map the enums to the strings
334 #undef EMe
336 #define EMe(a, b) {a, b}