Lines Matching refs:sync
108 unsigned long free_pfn, unsigned long zone_end, bool sync),
110 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync),
117 __field(bool, sync)
125 __entry->sync = sync;
133 __entry->sync ? "sync" : "async")
138 unsigned long free_pfn, unsigned long zone_end, bool sync,
141 TP_ARGS(zone_start, migrate_pfn, free_pfn, zone_end, sync, status),
148 __field(bool, sync)
157 __entry->sync = sync;
166 __entry->sync ? "sync" : "async",