Lines Matching refs:threaded_migrate
329 struct threaded_migrate { struct
335 static int threaded_migrate(struct intel_migrate *migrate, in threaded_migrate() argument
340 struct threaded_migrate *thread; in threaded_migrate()
388 struct threaded_migrate *tm = arg; in __thread_migrate_copy()
395 return threaded_migrate(arg, __thread_migrate_copy, 0); in thread_migrate_copy()
400 struct threaded_migrate *tm = arg; in __thread_global_copy()
407 return threaded_migrate(arg, __thread_global_copy, 0); in thread_global_copy()
412 struct threaded_migrate *tm = arg; in __thread_migrate_clear()
419 struct threaded_migrate *tm = arg; in __thread_global_clear()
426 return threaded_migrate(arg, __thread_migrate_clear, 0); in thread_migrate_clear()
431 return threaded_migrate(arg, __thread_global_clear, 0); in thread_global_clear()