Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ttm/tests/
H A Dttm_pool_test.c271 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_caching_mismatch() local
281 pt_tt = &pool->caching[tt_caching].orders[order]; in ttm_pool_alloc_caching_mismatch()
287 KUNIT_ASSERT_TRUE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_caching_mismatch()
296 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_caching_mismatch()
305 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_order_mismatch() local
315 pt_tt = &pool->caching[caching].orders[0]; in ttm_pool_alloc_order_mismatch()
321 KUNIT_ASSERT_TRUE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_order_mismatch()
330 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_order_mismatch()