Searched refs:pool_type (Results 1 – 6 of 6) sorted by relevance
392 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef394 static pool_type& in _GLIBCXX_VISIBILITY()397 static pool_type _S_pool; in _GLIBCXX_VISIBILITY()475 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY()477 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()
65 enum pool_type { enum103 enum pool_type type;332 static enum pool_type ttm_to_type(int flags, enum ttm_caching_state cstate) in ttm_to_type()334 enum pool_type type = IS_UNDEFINED; in ttm_to_type()502 static void ttm_dma_free_pool(struct device *dev, enum pool_type type) in ttm_dma_free_pool()559 enum pool_type type) in ttm_dma_pool_init()562 enum pool_type t[] = {IS_WC, IS_UC, IS_CACHED, IS_DMA32, IS_HUGE}; in ttm_dma_pool_init()641 enum pool_type type) in ttm_dma_find_pool()898 enum pool_type type; in ttm_dma_populate()1002 enum pool_type type; in ttm_dma_unpopulate()
666 tmp->pool_type = type; in ipv6_pool_allocate()1061 switch (pool->pool_type) { in create_lease6()1181 if (pool->pool_type != D6O_IA_NA) { in create_lease6_eui_64()1672 if (pool->pool_type != D6O_IA_PD) { in move_lease_to_inactive()2273 if (pools[i]->pool_type != type) in find_ipv6_pool()
1327 if (p->pool_type == D6O_IA_NA) in pick_v6_address()1374 if (p->pool_type == D6O_IA_NA) { in pick_v6_address()1570 if (p->pool_type == D6O_IA_PD) in pick_v6_prefix()1680 if ((p->pool_type == D6O_IA_PD) && in pick_v6_prefix_helper()3416 if (pool->pool_type != D6O_IA_TA)3463 if (p->pool_type == D6O_IA_TA)3492 if (p->pool_type != D6O_IA_TA) {3562 (pool->pool_type == D6O_IA_NA))3597 if (pool->pool_type != D6O_IA_NA)4801 if (pool->pool_type == D6O_IA_PD)[all …]
1711 u_int16_t pool_type; /* IA_xx */ member