Symbol: ttm_pool
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1227
struct ttm_pool *pool;
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c
1267
struct ttm_pool *pool;
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.h
84
struct ttm_pool *ttm_pools;
drivers/gpu/drm/ttm/tests/ttm_device_test.c
154
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
141
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
201
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
241
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
269
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
303
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
339
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
370
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
392
struct ttm_pool *pool;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
74
static struct ttm_pool *ttm_pool_pre_populated(struct kunit *test,
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
80
struct ttm_pool *pool;
drivers/gpu/drm/ttm/ttm_pool.c
1049
long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *tt,
drivers/gpu/drm/ttm/ttm_pool.c
122
struct ttm_pool *pool;
drivers/gpu/drm/ttm/ttm_pool.c
1220
void ttm_pool_init(struct ttm_pool *pool, struct device *dev,
drivers/gpu/drm/ttm/ttm_pool.c
1266
void ttm_pool_fini(struct ttm_pool *pool)
drivers/gpu/drm/ttm/ttm_pool.c
1386
int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m)
drivers/gpu/drm/ttm/ttm_pool.c
151
static int ttm_pool_nid(struct ttm_pool *pool)
drivers/gpu/drm/ttm/ttm_pool.c
162
static struct page *ttm_pool_alloc_page(struct ttm_pool *pool, gfp_t gfp_flags,
drivers/gpu/drm/ttm/ttm_pool.c
233
static void ttm_pool_free_page(struct ttm_pool *pool, enum ttm_caching caching,
drivers/gpu/drm/ttm/ttm_pool.c
286
static int ttm_pool_map(struct ttm_pool *pool, unsigned int order,
drivers/gpu/drm/ttm/ttm_pool.c
309
static void ttm_pool_unmap(struct ttm_pool *pool, dma_addr_t dma_addr,
drivers/gpu/drm/ttm/ttm_pool.c
372
static void ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool,
drivers/gpu/drm/ttm/ttm_pool.c
422
static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool,
drivers/gpu/drm/ttm/ttm_pool.c
472
static unsigned int ttm_pool_page_order(struct ttm_pool *pool, struct page *p)
drivers/gpu/drm/ttm/ttm_pool.c
488
static void ttm_pool_split_for_swap(struct ttm_pool *pool, struct page *p)
drivers/gpu/drm/ttm/ttm_pool.c
531
static pgoff_t ttm_pool_unmap_and_free(struct ttm_pool *pool, struct page *page,
drivers/gpu/drm/ttm/ttm_pool.c
660
ttm_pool_page_allocated_restore(struct ttm_pool *pool, unsigned int order,
drivers/gpu/drm/ttm/ttm_pool.c
683
static int ttm_pool_page_allocated(struct ttm_pool *pool, unsigned int order,
drivers/gpu/drm/ttm/ttm_pool.c
732
static void ttm_pool_free_range(struct ttm_pool *pool, struct ttm_tt *tt,
drivers/gpu/drm/ttm/ttm_pool.c
778
static int __ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
drivers/gpu/drm/ttm/ttm_pool.c
888
int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
drivers/gpu/drm/ttm/ttm_pool.c
915
int ttm_pool_restore_and_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
drivers/gpu/drm/ttm/ttm_pool.c
964
void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt)
drivers/gpu/drm/ttm/ttm_pool_internal.h
10
static inline bool ttm_pool_uses_dma_alloc(struct ttm_pool *pool)
drivers/gpu/drm/ttm/ttm_pool_internal.h
15
static inline bool ttm_pool_uses_dma32(struct ttm_pool *pool)
drivers/gpu/drm/ttm/ttm_pool_internal.h
20
static inline unsigned int ttm_pool_beneficial_order(struct ttm_pool *pool)
include/drm/ttm/ttm_device.h
253
struct ttm_pool pool;
include/drm/ttm/ttm_pool.h
39
struct ttm_pool;
include/drm/ttm/ttm_pool.h
52
struct ttm_pool *pool;
include/drm/ttm/ttm_pool.h
80
int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
include/drm/ttm/ttm_pool.h
82
void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt);
include/drm/ttm/ttm_pool.h
84
void ttm_pool_init(struct ttm_pool *pool, struct device *dev,
include/drm/ttm/ttm_pool.h
86
void ttm_pool_fini(struct ttm_pool *pool);
include/drm/ttm/ttm_pool.h
88
int ttm_pool_debugfs(struct ttm_pool *pool, struct seq_file *m);
include/drm/ttm/ttm_pool.h
92
long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *ttm,
include/drm/ttm/ttm_pool.h
94
int ttm_pool_restore_and_alloc(struct ttm_pool *pool, struct ttm_tt *tt,