Symbol: ttm_pool_type
sys/dev/pci/drm/include/drm/ttm/ttm_pool.h
86
struct ttm_pool_type orders[NR_PAGE_ORDERS];
sys/dev/pci/drm/ttm/tests/ttm_device_test.c
159
struct ttm_pool_type pt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
242
struct ttm_pool_type *pt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
270
struct ttm_pool_type *pt_pool, *pt_tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
304
struct ttm_pool_type *pt_pool, *pt_tt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
340
struct ttm_pool_type *pt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
371
struct ttm_pool_type *pt;
sys/dev/pci/drm/ttm/tests/ttm_pool_test.c
399
struct ttm_pool_type *pt;
sys/dev/pci/drm/ttm/ttm_pool.c
1249
struct ttm_pool_type *pt;
sys/dev/pci/drm/ttm/ttm_pool.c
127
static struct ttm_pool_type global_write_combined[NR_PAGE_ORDERS];
sys/dev/pci/drm/ttm/ttm_pool.c
128
static struct ttm_pool_type global_uncached[NR_PAGE_ORDERS];
sys/dev/pci/drm/ttm/ttm_pool.c
1288
struct ttm_pool_type *pt;
sys/dev/pci/drm/ttm/ttm_pool.c
130
static struct ttm_pool_type global_dma32_write_combined[NR_PAGE_ORDERS];
sys/dev/pci/drm/ttm/ttm_pool.c
131
static struct ttm_pool_type global_dma32_uncached[NR_PAGE_ORDERS];
sys/dev/pci/drm/ttm/ttm_pool.c
1341
static unsigned int ttm_pool_type_count(struct ttm_pool_type *pt)
sys/dev/pci/drm/ttm/ttm_pool.c
1367
static void ttm_pool_debugfs_orders(struct ttm_pool_type *pt,
sys/dev/pci/drm/ttm/ttm_pool.c
392
static void ttm_pool_type_give(struct ttm_pool_type *pt, struct vm_page *p)
sys/dev/pci/drm/ttm/ttm_pool.c
415
static struct vm_page *ttm_pool_type_take(struct ttm_pool_type *pt)
sys/dev/pci/drm/ttm/ttm_pool.c
434
static void ttm_pool_type_init(struct ttm_pool_type *pt, struct ttm_pool *pool,
sys/dev/pci/drm/ttm/ttm_pool.c
450
static void ttm_pool_type_fini(struct ttm_pool_type *pt)
sys/dev/pci/drm/ttm/ttm_pool.c
470
static struct ttm_pool_type *ttm_pool_select_type(struct ttm_pool *pool,
sys/dev/pci/drm/ttm/ttm_pool.c
506
struct ttm_pool_type *pt;
sys/dev/pci/drm/ttm/ttm_pool.c
599
struct ttm_pool_type *pt = NULL;
sys/dev/pci/drm/ttm/ttm_pool.c
891
struct ttm_pool_type *pt;