Symbol: ttm_pool_alloc
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1246
ret = ttm_pool_alloc(pool, ttm, ctx);
drivers/gpu/drm/i915/gem/i915_gem_ttm.c
327
return ttm_pool_alloc(&bdev->pool, ttm, ctx);
drivers/gpu/drm/loongson/lsdc_ttm.c
126
return ttm_pool_alloc(&bdev->pool, ttm, ctx);
drivers/gpu/drm/nouveau/nouveau_bo.c
1437
return ttm_pool_alloc(&drm->ttm.bdev.pool, ttm, ctx);
drivers/gpu/drm/radeon/radeon_ttm.c
550
return ttm_pool_alloc(&rdev->mman.bdev.pool, ttm, ctx);
drivers/gpu/drm/ttm/tests/ttm_bo_validate_test.c
541
ttm_pool_alloc(&priv->ttm_dev->pool, old_tt, &ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
160
err = ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
223
err = ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
256
err = ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
288
err = ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
322
err = ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
352
ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
382
ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
92
err = ttm_pool_alloc(pool, tt, &simple_ctx);
drivers/gpu/drm/ttm/tests/ttm_tt_test.c
364
err = ttm_pool_alloc(&devs->ttm_dev->pool, tt, &ctx);
drivers/gpu/drm/ttm/ttm_pool.c
900
EXPORT_SYMBOL(ttm_pool_alloc);
drivers/gpu/drm/ttm/ttm_tt.c
402
ret = ttm_pool_alloc(&bdev->pool, ttm, ctx);
drivers/gpu/drm/vmwgfx/vmwgfx_ttm_buffer.c
375
return ttm_pool_alloc(&bdev->pool, ttm, ctx);
drivers/gpu/drm/xe/xe_bo.c
556
err = ttm_pool_alloc(&ttm_dev->pool, tt, ctx);
include/drm/ttm/ttm_pool.h
80
int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,