Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h392 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef
394 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()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/ext/
H A Dmt_allocator.h392 typedef _PoolTp<_Thread> pool_type; in _GLIBCXX_VISIBILITY() typedef
394 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()
/netbsd/sys/external/bsd/drm2/dist/drm/ttm/
H A Dttm_page_alloc_dma.c65 enum pool_type { enum
103 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()
/netbsd/external/mpl/dhcp/dist/server/
H A Dmdb6.c666 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()
H A Ddhcpv6.c1327 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 …]
/netbsd/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h1711 u_int16_t pool_type; /* IA_xx */ member