Lines Matching refs:options
113 struct ttm_pool_opts options; member
168 m->options.max_size = val; in ttm_pool_store()
170 m->options.small = val; in ttm_pool_store()
181 m->options.alloc_size = val; in ttm_pool_store()
195 val = m->options.max_size; in ttm_pool_show()
197 val = m->options.small; in ttm_pool_show()
199 val = m->options.alloc_size; in ttm_pool_show()
592 if (count < _manager->options.small in ttm_page_pool_fill_locked()
595 unsigned alloc_size = _manager->options.alloc_size; in ttm_page_pool_fill_locked()
708 if (pool->npages > _manager->options.max_size) { in ttm_put_pages()
709 npages = pool->npages - _manager->options.max_size; in ttm_put_pages()
832 _manager->options.max_size = max_pages; in ttm_page_alloc_init()
833 _manager->options.small = SMALL_ALLOCATION; in ttm_page_alloc_init()
834 _manager->options.alloc_size = NUM_PAGES_TO_ALLOC; in ttm_page_alloc_init()