Lines Matching refs:threaded_migrate
676 struct threaded_migrate { struct
682 static int threaded_migrate(struct intel_migrate *migrate, in threaded_migrate() argument
687 struct threaded_migrate *thread; in threaded_migrate()
735 struct threaded_migrate *tm = arg; in __thread_migrate_copy()
745 return threaded_migrate(migrate, __thread_migrate_copy, 0); in thread_migrate_copy()
750 struct threaded_migrate *tm = arg; in __thread_global_copy()
760 return threaded_migrate(migrate, __thread_global_copy, 0); in thread_global_copy()
765 struct threaded_migrate *tm = arg; in __thread_migrate_clear()
772 struct threaded_migrate *tm = arg; in __thread_global_clear()
782 return threaded_migrate(migrate, __thread_migrate_clear, 0); in thread_migrate_clear()
790 return threaded_migrate(migrate, __thread_global_clear, 0); in thread_global_clear()