Lines Matching full:place
243 struct ttm_place *place; in ttm_bo_unreserve_basic() local
249 place = ttm_place_kunit_init(test, mem_type, 0); in ttm_bo_unreserve_basic()
261 err = ttm_resource_alloc(bo, place, &res1, NULL); in ttm_bo_unreserve_basic()
267 ttm_resource_alloc(bo, place, &res2, NULL); in ttm_bo_unreserve_basic()
286 struct ttm_place *place; in ttm_bo_unreserve_pinned() local
298 place = ttm_place_kunit_init(test, mem_type, 0); in ttm_bo_unreserve_pinned()
303 err = ttm_resource_alloc(bo, place, &res1, NULL); in ttm_bo_unreserve_pinned()
308 err = ttm_resource_alloc(bo, place, &res2, NULL); in ttm_bo_unreserve_pinned()
329 struct ttm_place *place; in ttm_bo_unreserve_bulk() local
337 place = ttm_place_kunit_init(test, mem_type, 0); in ttm_bo_unreserve_bulk()
358 err = ttm_resource_alloc(bo1, place, &res1, NULL); in ttm_bo_unreserve_bulk()
366 err = ttm_resource_alloc(bo2, place, &res2, NULL); in ttm_bo_unreserve_bulk()
388 struct ttm_place *place; in ttm_bo_put_basic() local
392 place = ttm_place_kunit_init(test, mem_type, 0); in ttm_bo_put_basic()
404 err = ttm_resource_alloc(bo, place, &res, NULL); in ttm_bo_put_basic()
503 struct ttm_place *place; in ttm_bo_pin_unpin_resource() local
510 place = ttm_place_kunit_init(test, mem_type, 0); in ttm_bo_pin_unpin_resource()
521 err = ttm_resource_alloc(bo, place, &res, NULL); in ttm_bo_pin_unpin_resource()
554 struct ttm_place *place; in ttm_bo_multiple_pin_one_unpin() local
561 place = ttm_place_kunit_init(test, mem_type, 0); in ttm_bo_multiple_pin_one_unpin()
572 err = ttm_resource_alloc(bo, place, &res, NULL); in ttm_bo_multiple_pin_one_unpin()