Lines Matching refs:EM
10 EM( MIGRATE_ASYNC, "MIGRATE_ASYNC") \
11 EM( MIGRATE_SYNC_LIGHT, "MIGRATE_SYNC_LIGHT") \
16 EM( MR_COMPACTION, "compaction") \
17 EM( MR_MEMORY_FAILURE, "memory_failure") \
18 EM( MR_MEMORY_HOTPLUG, "memory_hotplug") \
19 EM( MR_SYSCALL, "syscall_or_cpuset") \
20 EM( MR_MEMPOLICY_MBIND, "mempolicy_mbind") \
21 EM( MR_NUMA_MISPLACED, "numa_misplaced") \
28 #undef EM
30 #define EM(a, b) TRACE_DEFINE_ENUM(a); macro
40 #undef EM
42 #define EM(a, b) {a, b}, macro