Home
last modified time | relevance | path

Searched refs:pool_type (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dmt_allocator.h391 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef
393 static pool_type& in _GLIBCXX_VISIBILITY()
396 static pool_type _S_pool; in _GLIBCXX_VISIBILITY()
474 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY()
476 static pool_type& in _GLIBCXX_VISIBILITY()
480 typedef typename pool_type::_Block_record _Block_record; in _GLIBCXX_VISIBILITY()
491 static pool_type _S_pool(_S_tune); in _GLIBCXX_VISIBILITY()
642 typedef typename _Poolp::pool_type __pool_type; in _GLIBCXX_VISIBILITY()
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dmt_allocator.h393 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef
395 static pool_type& in _GLIBCXX_VISIBILITY()
398 static pool_type _S_pool; in _GLIBCXX_VISIBILITY()
476 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY()
478 static pool_type& in _GLIBCXX_VISIBILITY()
482 typedef typename pool_type::_Block_record _Block_record; in _GLIBCXX_VISIBILITY()
493 static pool_type _S_pool(_S_tune); in _GLIBCXX_VISIBILITY()
650 typedef typename _Poolp::pool_type __pool_type; in _GLIBCXX_VISIBILITY()
/dflybsd-src/sys/dev/drm/ttm/
H A Dttm_page_alloc_dma.c61 enum pool_type { enum
99 enum pool_type type;
324 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate) in ttm_to_type()
326 enum pool_type type = IS_UNDEFINED; in ttm_to_type()
500 static void ttm_dma_free_pool(struct device *dev, enum pool_type type) in ttm_dma_free_pool()
557 enum pool_type type) in ttm_dma_pool_init()
560 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE}; in ttm_dma_pool_init()
639 enum pool_type type) in ttm_dma_find_pool()
896 enum pool_type type; in ttm_dma_populate()
1000 enum pool_type type; in ttm_dma_unpopulate()