Home
last modified time | relevance | path

Searched refs:threaded_migrate (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/gt/
Dselftest_migrate.c529 struct threaded_migrate { struct
535 static int threaded_migrate(struct intel_migrate *migrate, in threaded_migrate() argument
540 struct threaded_migrate *thread; in threaded_migrate()
588 struct threaded_migrate *tm = arg; in __thread_migrate_copy()
595 return threaded_migrate(arg, __thread_migrate_copy, 0); in thread_migrate_copy()
600 struct threaded_migrate *tm = arg; in __thread_global_copy()
607 return threaded_migrate(arg, __thread_global_copy, 0); in thread_global_copy()
612 struct threaded_migrate *tm = arg; in __thread_migrate_clear()
619 struct threaded_migrate *tm = arg; in __thread_global_clear()
626 return threaded_migrate(arg, __thread_migrate_clear, 0); in thread_migrate_clear()
[all …]