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()
572 if (count < _manager->options.small in ttm_page_pool_fill_locked()
575 unsigned alloc_size = _manager->options.alloc_size; in ttm_page_pool_fill_locked()
688 if (pool->npages > _manager->options.max_size) { in ttm_put_pages()
689 npages = pool->npages - _manager->options.max_size; in ttm_put_pages()
812 _manager->options.max_size = max_pages; in ttm_page_alloc_init()
813 _manager->options.small = SMALL_ALLOCATION; in ttm_page_alloc_init()
814 _manager->options.alloc_size = NUM_PAGES_TO_ALLOC; in ttm_page_alloc_init()