Lines Matching refs:options
172 struct ttm_pool_opts options; member
222 m->options.max_size = val; in ttm_pool_store()
224 m->options.small = val; in ttm_pool_store()
235 m->options.alloc_size = val; in ttm_pool_store()
249 val = m->options.max_size; in ttm_pool_show()
251 val = m->options.small; in ttm_pool_show()
253 val = m->options.alloc_size; in ttm_pool_show()
800 unsigned count = _manager->options.small; in ttm_dma_page_pool_fill_locked()
964 if (pool->npages_free > _manager->options.max_size) { in ttm_dma_unpopulate()
965 npages = pool->npages_free - _manager->options.max_size; in ttm_dma_unpopulate()
1093 _manager->options.max_size = max_pages; in ttm_dma_page_alloc_init()
1094 _manager->options.small = SMALL_ALLOCATION; in ttm_dma_page_alloc_init()
1095 _manager->options.alloc_size = NUM_PAGES_TO_ALLOC; in ttm_dma_page_alloc_init()