ttm_page_pool
struct ttm_page_pool *p;
struct ttm_page_pool pools[NUM_POOLS];
struct ttm_page_pool wc_pool;
struct ttm_page_pool uc_pool;
struct ttm_page_pool wc_pool_dma32;
struct ttm_page_pool uc_pool_dma32;
struct ttm_page_pool wc_pool_huge;
struct ttm_page_pool uc_pool_huge;
static struct ttm_page_pool *ttm_get_pool(int flags, bool huge,
static void ttm_pool_update_free_locked(struct ttm_page_pool *pool,
static int ttm_page_pool_free(struct ttm_page_pool *pool, unsigned nr_free,
struct ttm_page_pool *pool;
struct ttm_page_pool *pool;
static void ttm_page_pool_fill_locked(struct ttm_page_pool *pool, int ttm_flags,
static unsigned ttm_page_pool_get_pages(struct ttm_page_pool *pool,
struct ttm_page_pool *pool = ttm_get_pool(flags, false, cstate);
struct ttm_page_pool *pool = ttm_get_pool(flags, false, cstate);
static void ttm_page_pool_init_locked(struct ttm_page_pool *pool, gfp_t flags,