Lines Matching defs:EM
35 #undef EM
37 #define EM(a,b) TRACE_DEFINE_ENUM(a);
41 EM( WB_REASON_BACKGROUND, "background") \
42 EM( WB_REASON_VMSCAN, "vmscan") \
43 EM( WB_REASON_SYNC, "sync") \
44 EM( WB_REASON_PERIODIC, "periodic") \
45 EM( WB_REASON_FS_FREE_SPACE, "fs_free_space") \
46 EM( WB_REASON_FORKER_THREAD, "forker_thread") \
52 * Now redefine the EM() and EMe() macros to map the enums to the strings
55 #undef EM
57 #define EM(a,b) { a, b },