Lines Matching defs:sync
472 /* Update where async and sync compaction should restart */
2387 const bool sync = cc->mode != MIGRATE_ASYNC;
2438 cc->migrate_pfn = cc->zone->compact_cached_migrate_pfn[sync];
2460 * no isolation candidates, then the sync state does not matter.
2462 * cached PFNs in sync to avoid revisiting the same blocks.
2464 update_cached = !sync &&
2467 trace_mm_compaction_begin(cc, start_pfn, end_pfn, sync);
2610 trace_mm_compaction_end(cc, start_pfn, end_pfn, sync, ret);
2993 * We use sync migration mode here, so we defer like
2994 * sync direct compaction does.