Symbol: ttm_pool_type
drivers/gpu/drm/ttm/tests/ttm_device_test.c
155
struct ttm_pool_type pt;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
242
struct ttm_pool_type *pt;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
270
struct ttm_pool_type *pt_pool, *pt_tt;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
304
struct ttm_pool_type *pt_pool, *pt_tt;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
340
struct ttm_pool_type *pt;
drivers/gpu/drm/ttm/tests/ttm_pool_test.c
393
struct ttm_pool_type *pt;
drivers/gpu/drm/ttm/ttm_pool.c
1233
struct ttm_pool_type *pt;
drivers/gpu/drm/ttm/ttm_pool.c
1272
struct ttm_pool_type *pt;
drivers/gpu/drm/ttm/ttm_pool.c
1318
static unsigned int ttm_pool_type_count(struct ttm_pool_type *pt)
drivers/gpu/drm/ttm/ttm_pool.c
1335
static void ttm_pool_debugfs_orders(struct ttm_pool_type *pt,
drivers/gpu/drm/ttm/ttm_pool.c
140
static struct ttm_pool_type global_write_combined[NR_PAGE_ORDERS];
drivers/gpu/drm/ttm/ttm_pool.c
141
static struct ttm_pool_type global_uncached[NR_PAGE_ORDERS];
drivers/gpu/drm/ttm/ttm_pool.c
143
static struct ttm_pool_type global_dma32_write_combined[NR_PAGE_ORDERS];
drivers/gpu/drm/ttm/ttm_pool.c
144
static struct ttm_pool_type global_dma32_uncached[NR_PAGE_ORDERS];
drivers/gpu/drm/ttm/ttm_pool.c
321
static void ttm_pool_type_give(struct ttm_pool_type *pt, struct page *p)
drivers/gpu/drm/ttm/ttm_pool.c
356
static struct page *ttm_pool_type_take(struct ttm_pool_type *pt, int nid)
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
396
static void ttm_pool_dispose_list(struct ttm_pool_type *pt,
drivers/gpu/drm/ttm/ttm_pool.c
409
static void ttm_pool_type_fini(struct ttm_pool_type *pt)
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
453
struct ttm_pool_type *pt;
drivers/gpu/drm/ttm/ttm_pool.c
534
struct ttm_pool_type *pt = NULL;
drivers/gpu/drm/ttm/ttm_pool.c
810
struct ttm_pool_type *pt;
include/drm/ttm/ttm_pool.h
76
struct ttm_pool_type orders[NR_PAGE_ORDERS];