Home
last modified time | relevance | path

Searched refs:pools (Results 1 – 25 of 100) sorted by relevance

1234

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDroot_pools.c42 svn_root_pools__create(svn_root_pools__t **pools) in svn_root_pools__create() argument
55 *pools = result; in svn_root_pools__create()
65 svn_root_pools__t *pools) in acquire_pool_internal() argument
67 SVN_ERR(svn_mutex__lock(pools->mutex)); in acquire_pool_internal()
68 *pool = pools->unused_pools->nelts in acquire_pool_internal()
69 ? *(apr_pool_t **)apr_array_pop(pools->unused_pools) in acquire_pool_internal()
71 SVN_ERR(svn_mutex__unlock(pools->mutex, SVN_NO_ERROR)); in acquire_pool_internal()
77 svn_root_pools__acquire_pool(svn_root_pools__t *pools) in svn_root_pools__acquire_pool() argument
80 svn_error_t *err = acquire_pool_internal(&pool, pools); in svn_root_pools__acquire_pool()
93 svn_root_pools__t *pools) in svn_root_pools__release_pool() argument
[all …]
/NextBSD/sys/dev/netmap/
HDnetmap_mem2.c143 struct netmap_obj_pool pools[NETMAP_POOLS_NR]; member
255 netmap_mem_map(&nmd->pools[NETMAP_BUF_POOL], na); in netmap_mem_finalize()
264 netmap_mem_unmap(&nmd->pools[NETMAP_BUF_POOL], na); in netmap_mem_deref()
274 lut->lut = nmd->pools[NETMAP_BUF_POOL].lut; in netmap_mem2_get_lut()
275 lut->objtotal = nmd->pools[NETMAP_BUF_POOL].objtotal; in netmap_mem2_get_lut()
276 lut->objsize = nmd->pools[NETMAP_BUF_POOL]._objsize; in netmap_mem2_get_lut()
317 .pools = {
356 .pools = {
394 CTLFLAG_RD, &nm_mem.pools[id]._objsize, 0, "Current size of netmap " STRINGIFY(name) "s"); \
398 CTLFLAG_RD, &nm_mem.pools[id].objtotal, 0, "Current number of netmap " STRINGIFY(name) "s"); \
[all …]
/NextBSD/sys/dev/drm2/ttm/
HDttm_page_alloc_dma.c106 struct list_head pools; /* The 'struct device->dma_pools link */ member
157 struct list_head pools; member
173 struct list_head pools; member
519 list_for_each_entry_reverse(p, &_manager->pools, pools) { in ttm_dma_free_pool()
526 list_del(&p->pools); in ttm_dma_free_pool()
531 list_for_each_entry_reverse(pool, &dev->dma_pools, pools) { in ttm_dma_free_pool()
541 list_del(&pool->pools); in ttm_dma_free_pool()
595 INIT_LIST_HEAD(&sec_pool->pools); in ttm_dma_pool_init()
601 INIT_LIST_HEAD(&pool->pools); in ttm_dma_pool_init()
624 list_add(&sec_pool->pools, &_manager->pools); in ttm_dma_pool_init()
[all …]
HDttm_page_alloc.c121 #define pools _u.u_pools macro
325 return &_manager->pools[pool_index]; in ttm_get_pool()
439 total += _manager->pools[i].npages; in ttm_pool_get_num_unused_pages()
461 pool = &_manager->pools[(i + pool_offset)%NUM_POOLS]; in ttm_pool_mm_shrink()
842 ttm_page_pool_free(&_manager->pools[i], FREE_ALL_PAGES); in ttm_page_alloc_fini()
917 p = &_manager->pools[i];
/NextBSD/contrib/apr/random/unix/
HDapr_random.c60 apr_random_pool_t *pools; member
120 g->pools = apr_palloc(p,g->npools*sizeof *g->pools); in apr_random_init()
122 g->pools[n].bytes = g->pools[n].pool_size = 0; in apr_random_init()
123 g->pools[n].pool = NULL; in apr_random_init()
206 hash_add(g->key_hash,g->pools[n].pool,g->pools[n].bytes); in rekey()
207 g->pools[n].bytes = 0; in rekey()
233 apr_random_pool_t *p = &g->pools[g->next_pool]; in apr_random_add_entropy()
257 if (g->pools[0].bytes >= g->reseed_size) in apr_random_add_entropy()
/NextBSD/contrib/netbsd-tests/ipf/expected/
HDn419 List of configured pools
50 List of configured pools
82 List of configured pools
113 List of configured pools
145 List of configured pools
178 List of configured pools
HDn4_619 List of configured pools
50 List of configured pools
82 List of configured pools
113 List of configured pools
145 List of configured pools
178 List of configured pools
HDn6_623 List of configured pools
58 List of configured pools
92 List of configured pools
127 List of configured pools
161 List of configured pools
HDn623 List of configured pools
58 List of configured pools
92 List of configured pools
127 List of configured pools
161 List of configured pools
HDf1123 List of configured pools
59 List of configured pools
95 List of configured pools
131 List of configured pools
179 List of configured pools
227 List of configured pools
270 List of configured pools
HDn1012 List of configured pools
36 List of configured pools
60 List of configured pools
HDn7_620 List of configured pools
52 List of configured pools
86 List of configured pools
HDn720 List of configured pools
52 List of configured pools
86 List of configured pools
HDn1825 List of configured pools
62 List of configured pools
99 List of configured pools
HDn231 List of configured pools
72 List of configured pools
126 List of configured pools
179 List of configured pools
HDn2_631 List of configured pools
72 List of configured pools
126 List of configured pools
179 List of configured pools
HDn1126 List of configured pools
67 List of configured pools
112 List of configured pools
HDn11_626 List of configured pools
67 List of configured pools
112 List of configured pools
HDn15_611 List of configured pools
35 List of configured pools
HDn1511 List of configured pools
35 List of configured pools
HDn321 List of configured pools
54 List of configured pools
HDn146 List of configured pools
114 List of configured pools
185 List of configured pools
/NextBSD/cddl/contrib/opensolaris/lib/libzfs/common/
HDlibzfs_import.c92 pool_entry_t *pools; member
272 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) { in add_config()
283 pe->pe_next = pl->pools; in add_config()
284 pl->pools = pe; in add_config()
464 for (pe = pl->pools; pe != NULL; pe = pe->pe_next) { in get_configs()
1150 pool_list_t pools = { 0 }; in zpool_find_import_impl() local
1309 if (add_config(hdl, &pools, path, in zpool_find_import_impl()
1325 ret = get_configs(hdl, &pools, iarg->can_be_active); in zpool_find_import_impl()
1328 for (pe = pools.pools; pe != NULL; pe = penext) { in zpool_find_import_impl()
1343 for (ne = pools.names; ne != NULL; ne = nenext) { in zpool_find_import_impl()
[all …]
/NextBSD/contrib/subversion/subversion/include/private/
HDsvn_subr_private.h575 svn_root_pools__create(svn_root_pools__t **pools);
581 svn_root_pools__acquire_pool(svn_root_pools__t *pools);
588 svn_root_pools__t *pools);
/NextBSD/contrib/serf/
HDdesign-guide.txt33 disable mutexes within APR objects where applicable (e.g. pools that
46 For general information on the proper use of pools, please see:
51 to pools. Since it is very possible to end up creating *many* buckets
54 tying bucket allocations to pools. If a bucket allocated any internal
60 contrasts with pools where the "free" operation occurs over a large

1234