Searched refs:pt_tt (Results 1 – 1 of 1) sorted by relevance
270 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_caching_mismatch() local280 pt_tt = &pool->caching[tt_caching].orders[order]; in ttm_pool_alloc_caching_mismatch()286 KUNIT_ASSERT_TRUE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_caching_mismatch()295 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_caching_mismatch()304 struct ttm_pool_type *pt_pool, *pt_tt; in ttm_pool_alloc_order_mismatch() local314 pt_tt = &pool->caching[caching].orders[0]; in ttm_pool_alloc_order_mismatch()320 KUNIT_ASSERT_TRUE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_order_mismatch()329 KUNIT_ASSERT_FALSE(test, list_empty(&pt_tt->pages)); in ttm_pool_alloc_order_mismatch()
Completed in 6 milliseconds