Lines Matching defs:sync
458 /* Update where async and sync compaction should restart */
527 * Returns false when compaction can continue (sync compaction might have
2038 * to sync compaction, as async compaction operates
2198 const bool sync = cc->mode != MIGRATE_ASYNC;
2240 cc->migrate_pfn = cc->zone->compact_cached_migrate_pfn[sync];
2262 * no isolation candidates, then the sync state does not matter.
2264 * cached PFNs in sync to avoid revisiting the same blocks.
2266 update_cached = !sync &&
2270 cc->free_pfn, end_pfn, sync);
2398 cc->free_pfn, end_pfn, sync, ret);
2740 * We use sync migration mode here, so we defer like
2741 * sync direct compaction does.