Lines Matching defs:exported
29 static void check_residency(struct kunit *test, struct xe_bo *exported,
38 xe_bo_assert_held(exported);
53 if (!xe_bo_is_mem_type(exported, mem_type)) {
58 if (xe_bo_is_pinned(exported))
62 * Evict exporter. Evicting the exported bo will
67 ret = xe_bo_evict(exported, exec);
76 if (exported != imported && !xe_bo_is_mem_type(imported, XE_PL_SYSTEM)) {
90 KUNIT_EXPECT_TRUE(test, xe_bo_is_mem_type(exported, mem_type));
98 KUNIT_EXPECT_TRUE(test, xe_bo_is_mem_type(exported, mem_type));
107 KUNIT_EXPECT_TRUE(test, exported == imported);