Home
last modified time | relevance | path

Searched refs:pool_list (Results 1 – 25 of 200) sorted by relevance

12345678

/dports/www/middleman/middleman/src/
H A Dpool.c33 pool->pool_list = NULL; in auth_pam_talker()
49 pitem = pool->pool_list;
50 pool->pool_list = pool->pool_list->next;
51 pool->pool_list->prev = NULL;
62 if (pool->pool_list == NULL) {
65 pool->pool_list = pitem;
67 for (pitem = pool->pool_list; pitem->next; pitem = pitem->next);
94 for (pitem = pool->pool_list; pitem; pitem = pitem->next) {
117 pool->pool_list = pitem->next;
155 for (count = 0, pitem = pool->pool_list; pitem; count++) {
[all …]
/dports/databases/pgbouncer/pgbouncer-1.16.0/include/
H A Dstats.h21 bool admin_database_stats(PgSocket *client, struct StatList *pool_list) _MUSTCHECK;
22 bool admin_database_stats_totals(PgSocket *client, struct StatList *pool_list) _MUSTCHECK;
23 bool admin_database_stats_averages(PgSocket *client, struct StatList *pool_list) _MUSTCHECK;
24 bool show_stat_totals(PgSocket *client, struct StatList *pool_list) _MUSTCHECK;
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/zucchini/
H A Ddisassembler_dex_unittest.cc32 std::vector<uint32_t> pool_list; in TEST() local
36 pool_list.push_back(static_cast<uint32_t>(group.pool_tag().value())); in TEST()
48 EXPECT_TRUE(std::is_sorted(pool_list.begin(), pool_list.end())); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/zucchini/
H A Ddisassembler_dex_unittest.cc32 std::vector<uint32_t> pool_list; in TEST() local
36 pool_list.push_back(static_cast<uint32_t>(group.pool_tag().value())); in TEST()
48 EXPECT_TRUE(std::is_sorted(pool_list.begin(), pool_list.end())); in TEST()
/dports/lang/smalltalk/smalltalk-3.2.5/libgst/
H A Dsym.c92 typedef struct pool_list *pool_list; typedef
93 struct pool_list struct
96 pool_list next; argument
392 pool_list next; in _gst_pop_all_scopes()
623 static pool_list *
626 pool_list entry; in add_pool()
670 static pool_list *
725 pool_list *p_head, pool_list *p_tail) in visit_pool()
727 pool_list entry; in visit_pool()
771 static pool_list *
[all …]
/dports/devel/py-azure-mgmt-netapp/azure-mgmt-netapp-4.0.0/tests/
H A Dtest_pool.py71 pool_list = self.client.pools.list(TEST_RG, TEST_ACC_1)
72 self.assertEqual(len(list(pool_list)), 1)
75 pool_list = self.client.pools.list(TEST_RG, TEST_ACC_1)
76 self.assertEqual(len(list(pool_list)), 0)
85 pool_list = self.client.pools.list(TEST_RG, TEST_ACC_1)
86 self.assertEqual(len(list(pool_list)), 2)
88 for pool in pool_list:
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/sockets/src/
H A Dsock_rx_entry.c62 slist_init(&rx_ctx->pool_list); in sock_rx_new_entry()
66 &rx_ctx->pool_list); in sock_rx_new_entry()
71 if (!slist_empty(&rx_ctx->pool_list)) { in sock_rx_new_entry()
72 entry = slist_remove_head(&rx_ctx->pool_list); in sock_rx_new_entry()
97 slist_insert_head(&rx_entry->pool_entry, &rx_ctx->pool_list); in sock_rx_release_entry()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/zfs/
H A Dzpool_capacity92 for p in $pool_list
106 for p in $pool_list
121 for p in $pool_list
140 for p in $pool_list
247 pool_list=$( "$zpool_cmd" list -H -o name )
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/misc/threadpool/
H A Dthreadpool.c83 struct lws_pool *pool_list; member
203 struct lws_pool *pool = &tp->pool_list[n]; in lws_threadpool_dump()
332 struct lws_pool *pool = &tp->pool_list[n]; in lws_threadpool_tsi_context()
697 tp->pool_list = (struct lws_pool *)(tp + 1); in lws_threadpool_create()
719 tp->pool_list[n].tp = tp; in lws_threadpool_create()
720 tp->pool_list[n].worker_index = n; in lws_threadpool_create()
808 task = tp->pool_list[n].task; in lws_threadpool_destroy()
811 pthread_mutex_destroy(&tp->pool_list[n].lock); in lws_threadpool_destroy()
900 if (!tp->pool_list[n].task || tp->pool_list[n].task != task) in lws_threadpool_dequeue_task()
907 pthread_mutex_lock(&tp->pool_list[n].lock); in lws_threadpool_dequeue_task()
[all …]
/dports/databases/pgbouncer/pgbouncer-1.16.0/src/
H A Dstats.c91 bool admin_database_stats(PgSocket *client, struct StatList *pool_list) in admin_database_stats() argument
120 statlist_for_each(item, pool_list) { in admin_database_stats()
162 bool admin_database_stats_totals(PgSocket *client, struct StatList *pool_list) in admin_database_stats_totals() argument
187 statlist_for_each(item, pool_list) { in admin_database_stats_totals()
229 bool admin_database_stats_averages(PgSocket *client, struct StatList *pool_list) in admin_database_stats_averages() argument
254 statlist_for_each(item, pool_list) { in admin_database_stats_averages()
285 bool show_stat_totals(PgSocket *client, struct StatList *pool_list) in show_stat_totals() argument
302 statlist_for_each(item, pool_list) { in show_stat_totals()
347 statlist_for_each(item, &pool_list) { in refresh_stats()
H A Dobjects.c29 STATLIST(pool_list);
375 list_init(&user->pool_list); in add_user()
401 list_init(&user->pool_list); in add_db_user()
426 list_init(&user->pool_list); in add_pam_user()
446 list_init(&user->pool_list); in force_user()
1108 statlist_for_each(item, &pool_list) { in evict_connection()
1134 statlist_for_each(item, &pool_list) { in evict_user_connection()
1655 statlist_for_each(item, &pool_list) { in tag_database_dirty()
1684 statlist_for_each(item, &pool_list) { in tag_autodb_dirty()
1706 statlist_for_each(item, &pool_list) { in tag_host_addr_dirty()
[all …]
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/project/floating_ips/
H A Dviews.py81 pool_list = [(pool.id, pool.name) for pool in pools]
82 if not pool_list:
83 pool_list = [(None, _("No floating IP pools available"))]
84 return {'pool_list': pool_list}
/dports/www/py-horizon/horizon-19.2.0/openstack_dashboard/dashboards/admin/floating_ips/
H A Dviews.py177 pool_list = []
185 pool_list.append((subnet.id, pool_display_name))
186 if not pool_list:
187 pool_list = [
190 return {'pool_list': pool_list,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c469 struct list_head pool_list; member
588 list_for_each_entry_safe(bulk, tmp, &fc_pool->fully_used, pool_list) in mlx5_fc_pool_cleanup()
590 list_for_each_entry_safe(bulk, tmp, &fc_pool->partially_used, pool_list) in mlx5_fc_pool_cleanup()
592 list_for_each_entry_safe(bulk, tmp, &fc_pool->unused, pool_list) in mlx5_fc_pool_cleanup()
636 bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list); in mlx5_fc_pool_acquire_from_list()
639 list_move(&bulk->pool_list, next_list); in mlx5_fc_pool_acquire_from_list()
664 list_add(&new_bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_acquire_counter()
693 list_move_tail(&bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_release_counter()
695 list_del(&bulk->pool_list); in mlx5_fc_pool_release_counter()
699 list_add(&bulk->pool_list, &fc_pool->unused); in mlx5_fc_pool_release_counter()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c469 struct list_head pool_list; member
588 list_for_each_entry_safe(bulk, tmp, &fc_pool->fully_used, pool_list) in mlx5_fc_pool_cleanup()
590 list_for_each_entry_safe(bulk, tmp, &fc_pool->partially_used, pool_list) in mlx5_fc_pool_cleanup()
592 list_for_each_entry_safe(bulk, tmp, &fc_pool->unused, pool_list) in mlx5_fc_pool_cleanup()
636 bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list); in mlx5_fc_pool_acquire_from_list()
639 list_move(&bulk->pool_list, next_list); in mlx5_fc_pool_acquire_from_list()
664 list_add(&new_bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_acquire_counter()
693 list_move_tail(&bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_release_counter()
695 list_del(&bulk->pool_list); in mlx5_fc_pool_release_counter()
699 list_add(&bulk->pool_list, &fc_pool->unused); in mlx5_fc_pool_release_counter()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_counters.c469 struct list_head pool_list; member
588 list_for_each_entry_safe(bulk, tmp, &fc_pool->fully_used, pool_list) in mlx5_fc_pool_cleanup()
590 list_for_each_entry_safe(bulk, tmp, &fc_pool->partially_used, pool_list) in mlx5_fc_pool_cleanup()
592 list_for_each_entry_safe(bulk, tmp, &fc_pool->unused, pool_list) in mlx5_fc_pool_cleanup()
636 bulk = list_first_entry(src_list, struct mlx5_fc_bulk, pool_list); in mlx5_fc_pool_acquire_from_list()
639 list_move(&bulk->pool_list, next_list); in mlx5_fc_pool_acquire_from_list()
664 list_add(&new_bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_acquire_counter()
693 list_move_tail(&bulk->pool_list, &fc_pool->partially_used); in mlx5_fc_pool_release_counter()
695 list_del(&bulk->pool_list); in mlx5_fc_pool_release_counter()
699 list_add(&bulk->pool_list, &fc_pool->unused); in mlx5_fc_pool_release_counter()
/dports/deskutils/virt-manager/virt-manager-3.2.0/virtManager/
H A Dhoststorage.py229 pool_list = self.widget("pool-list")
231 pool_list.set_model(poolListModel)
242 pool_list.append_column(poolCol)
246 pool_list.get_selection().connect("changed", self._pool_selected_cb)
247 pool_list.get_selection().set_select_function(
371 pool_list = self.widget("pool-list")
374 model = pool_list.get_model()
376 pool_list.set_model(None)
378 pool_list.get_selection().unselect_all()
398 pool_list.set_model(model)
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/SimDivPickers/
H A DMaxMinPicker.h201 unsigned int pool_list = 0; in lazyPick() local
202 unsigned int *prev = &pool_list; in lazyPick()
215 prev = &pool_list; in lazyPick()
230 prev = &pool_list; in lazyPick()
/dports/net/kea/kea-2.0.1/src/lib/yang/tests/
H A Dtranslator_pool_unittests.cc26 extern char const pool_list[] = "pool list";
30 public GenericTranslatorTest<pool_list, TranslatorPools> {
40 public GenericTranslatorTest<pool_list, TranslatorPools> {
49 public GenericTranslatorTest<pool_list, TranslatorPools> {
/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/runtime/
H A Dframe_malloc.c139 c->cdr = g->frame_malloc.pool_list; in extend_global_pool()
140 g->frame_malloc.pool_list = c; in extend_global_pool()
186 g->frame_malloc.pool_list = 0; in __cilkrts_frame_malloc_global_init()
237 while ((c = g->frame_malloc.pool_list)) { in __cilkrts_frame_malloc_global_cleanup()
238 g->frame_malloc.pool_list = c->cdr; in __cilkrts_frame_malloc_global_cleanup()
/dports/net/cloud-init/cloud-init-21.4/cloudinit/config/
H A Dcc_rh_subscription.py330 pool_list = []
334 pool_list.append('--pool={0}'.format(pool))
337 if len(pool_list) > 0:
338 cmd.extend(pool_list)
342 "system: %s", (", ".join(pool_list))
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/
H A Dframe_malloc.c139 c->cdr = g->frame_malloc.pool_list; in extend_global_pool()
140 g->frame_malloc.pool_list = c; in extend_global_pool()
186 g->frame_malloc.pool_list = 0; in __cilkrts_frame_malloc_global_init()
237 while ((c = g->frame_malloc.pool_list)) { in __cilkrts_frame_malloc_global_cleanup()
238 g->frame_malloc.pool_list = c->cdr; in __cilkrts_frame_malloc_global_cleanup()
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/runtime/
H A Dframe_malloc.c139 c->cdr = g->frame_malloc.pool_list; in extend_global_pool()
140 g->frame_malloc.pool_list = c; in extend_global_pool()
186 g->frame_malloc.pool_list = 0; in __cilkrts_frame_malloc_global_init()
237 while ((c = g->frame_malloc.pool_list)) { in __cilkrts_frame_malloc_global_cleanup()
238 g->frame_malloc.pool_list = c->cdr; in __cilkrts_frame_malloc_global_cleanup()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/libmarias3/libmarias3/src/
H A Dresponse.c103 new_pool_prev = container->pool_list; in get_next_list_ptr()
104 container->pool_list = new_pool_next; in get_next_list_ptr()
107 container->pool_list->prev = new_pool_prev; in get_next_list_ptr()
111 container->pool_list->prev = NULL; in get_next_list_ptr()
113 container->pool_list->pool = new_alloc; in get_next_list_ptr()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/maria/libmarias3/src/
H A Dresponse.c103 new_pool_prev = container->pool_list; in get_next_list_ptr()
104 container->pool_list = new_pool_next; in get_next_list_ptr()
107 container->pool_list->prev = new_pool_prev; in get_next_list_ptr()
111 container->pool_list->prev = NULL; in get_next_list_ptr()
113 container->pool_list->pool = new_alloc; in get_next_list_ptr()

12345678