HomeSort by: relevance | last modified time | path
    Searched refs:pool_type (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
mt_allocator.h 392 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&
482 typedef typename pool_type::_Block_record _Block_record;
493 static pool_type _S_pool(_S_tune);
650 typedef typename _Poolp::pool_type __pool_type;
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_page_alloc_dma.c 65 enum pool_type { enum
103 enum pool_type type;
332 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate)
334 enum pool_type type = IS_UNDEFINED;
502 static void ttm_dma_free_pool(struct device *dev, enum pool_type type)
559 enum pool_type type)
562 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE};
641 enum pool_type type)
898 enum pool_type type;
1002 enum pool_type type
    [all...]

Completed in 25 milliseconds