Lines Matching refs:EMe
231 EMe(COMPACT_CONTENDED, "contended")
248 EMe(COMPACTION_PROGRESS, "progress")
253 EMe(COMPACT_PRIO_ASYNC, "COMPACT_PRIO_ASYNC")
283 EMe(ZONE_MOVABLE,"Movable")
290 EMe(LRU_UNEVICTABLE, "unevictable")
297 #undef EMe
299 #define EMe(a, b) TRACE_DEFINE_ENUM(a);
308 * Now redefine the EM() and EMe() macros to map the enums to the strings
312 #undef EMe
314 #define EMe(a, b) {a, b}