Searched refs:pool_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/libstdc++/include/ext/
H A Dmt_allocator.h392 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
394 static pool_type&
397 static pool_type _S_pool;
475 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
477 static pool_type&
481 typedef typename pool_type::_Block_record _Block_record;
492 static pool_type _S_pool(_S_tune);
631 typedef typename _Poolp::pool_type __pool_type;
/freebsd-10.2-release/sys/dev/drm2/ttm/
H A Dttm_page_alloc_dma.c69 enum pool_type { enum
107 enum pool_type type;
355 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate)
357 enum pool_type type = IS_UNDEFINED;
510 static void ttm_dma_free_pool(struct device *dev, enum pool_type type)
566 enum pool_type type)
569 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_UNDEFINED};
642 enum pool_type type)
871 enum pool_type type;
943 enum pool_type typ
[all...]

Completed in 50 milliseconds