Home
last modified time | relevance | path

Searched defs:pool_name (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/devel/py-azure-mgmt-netapp/azure-mgmt-netapp-4.0.0/azure/mgmt/netapp/operations/
H A D_volumes_operations.py54 pool_name, # type: str argument
135 pool_name, # type: str argument
204 pool_name, # type: str argument
267 pool_name, # type: str argument
351 pool_name, # type: str argument
411 pool_name, # type: str argument
495 pool_name, # type: str argument
542 pool_name, # type: str argument
619 pool_name, # type: str argument
672 pool_name, # type: str argument
[all …]
H A D_backups_operations.py54 pool_name, # type: str argument
123 pool_name, # type: str argument
192 pool_name, # type: str argument
277 pool_name, # type: str argument
350 pool_name, # type: str argument
415 pool_name, # type: str argument
504 pool_name, # type: str argument
571 pool_name, # type: str argument
660 pool_name, # type: str argument
709 pool_name, # type: str argument
H A D_pools_operations.py131 pool_name, # type: str argument
196 pool_name, # type: str argument
256 pool_name, # type: str argument
335 pool_name, # type: str argument
393 pool_name, # type: str argument
472 pool_name, # type: str argument
517 pool_name, # type: str argument
H A D_snapshots_operations.py54 pool_name, # type: str argument
139 pool_name, # type: str argument
212 pool_name, # type: str argument
274 pool_name, # type: str argument
363 pool_name, # type: str argument
425 pool_name, # type: str argument
514 pool_name, # type: str argument
563 pool_name, # type: str argument
/dports/science/hypre/hypre-2.23.0/src/utilities/
H A Dgeneral.c347 const char *pool_name = hypre_HandleUmpireHostPoolName(hypre_handle_); in hypre_UmpireFinalize() local
356 const char *pool_name = hypre_HandleUmpireDevicePoolName(hypre_handle_); in hypre_UmpireFinalize() local
365 const char *pool_name = hypre_HandleUmpireUMPoolName(hypre_handle_); in hypre_UmpireFinalize() local
374 const char *pool_name = hypre_HandleUmpirePinnedPoolName(hypre_handle_); in hypre_UmpireFinalize() local
416 HYPRE_SetUmpireDevicePoolName(const char *pool_name) in HYPRE_SetUmpireDevicePoolName()
431 HYPRE_SetUmpireUMPoolName(const char *pool_name) in HYPRE_SetUmpireUMPoolName()
446 HYPRE_SetUmpireHostPoolName(const char *pool_name) in HYPRE_SetUmpireHostPoolName()
461 HYPRE_SetUmpirePinnedPoolName(const char *pool_name) in HYPRE_SetUmpirePinnedPoolName()
/dports/devel/hpx/hpx-1.2.1/tests/unit/resource/
H A Dnamed_pool_executor.cpp44 std::string pool_name = "pool-"+std::to_string(i); in hpx_main() local
75 std::string pool_name = "pool-"+std::to_string(i); in hpx_main() local
87 std::string pool_name = "pool-"+std::to_string(i); in hpx_main() local
125 std::string pool_name = "pool-"+std::to_string(i); in main() local
140 std::string pool_name = "pool-" + std::to_string(thread_count); in main() local
/dports/devel/hpx/hpx-1.2.1/src/runtime/resource/
H A Dpartitioner.cpp37 std::size_t get_num_threads(std::string const& pool_name) in get_num_threads()
47 std::size_t get_pool_index(std::string const& pool_name) in get_pool_index()
58 std::string const& pool_name) in get_thread_pool()
266 void partitioner::add_resource(pu const& p, std::string const& pool_name, in add_resource()
273 std::string const& pool_name, bool exclusive /*= true*/) in add_resource()
279 core const& c, std::string const& pool_name, bool exclusive /*= true*/) in add_resource()
285 std::string const& pool_name, bool exclusive /*= true*/) in add_resource()
291 std::string const& pool_name, bool exclusive /*= true*/) in add_resource()
297 std::string const& pool_name, bool exclusive /*= true*/) in add_resource()
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/executors/
H A Dpool_executor.cpp21 pool_executor::pool_executor(std::string const& pool_name) in pool_executor()
26 pool_executor::pool_executor(std::string const& pool_name, in pool_executor()
35 pool_executor::pool_executor(std::string const& pool_name, in pool_executor()
173 pool_executor::pool_executor(std::string const& pool_name) in pool_executor()
178 pool_executor::pool_executor(std::string const& pool_name, in pool_executor()
184 pool_executor::pool_executor(std::string const& pool_name, in pool_executor()
/dports/devel/py-azure-mgmt-batch/azure-mgmt-batch-16.0.0/azure/mgmt/batch/operations/
H A D_pool_operations.py158 pool_name, # type: str argument
244 pool_name, # type: str argument
324 pool_name, # type: str argument
376 pool_name, # type: str argument
446 pool_name, # type: str argument
511 pool_name, # type: str argument
576 pool_name, # type: str argument
/dports/devel/py-azure-mgmt-netapp/azure-mgmt-netapp-4.0.0/tests/
H A Dtest_backup.py14 def create_backup(client, backup_name=TEST_BACKUP_1, rg=TEST_RG, account_name=TEST_ACC_1, pool_name argument
34 …ckup(client, backup_name=TEST_BACKUP_1, rg=TEST_RG, account_name=TEST_ACC_1, pool_name=TEST_POOL_1, argument
47 def delete_backup(client, backup_name=TEST_BACKUP_1, rg=TEST_RG, account_name=TEST_ACC_1, pool_name argument
53 def get_backup(client, backup_name=TEST_BACKUP_1, rg=TEST_RG, account_name=TEST_ACC_1, pool_name=TE… argument
57 def get_backup_list(client, rg=TEST_RG, account_name=TEST_ACC_1, pool_name=TEST_POOL_1, volume_name… argument
61 def wait_for_no_backup(client, rg, account_name, pool_name, volume_name, backup_name, live=False): argument
75 def wait_for_backup_created(client, rg, account_name, pool_name, volume_name, backup_name, live=Fal… argument
H A Dtest_volume.py30 def create_volume(client, rg=TEST_RG, account_name=TEST_ACC_1, pool_name=TEST_POOL_1, volume_name=T… argument
55 …lume(client, source_volume, rg=TEST_REPL_REMOTE_RG, account_name=TEST_ACC_2, pool_name=TEST_POOL_2, argument
103 def get_volume(client, rg, account_name, pool_name, volume_name): argument
108 def wait_for_no_volume(client, rg, account_name, pool_name, volume_name, live=False): argument
123 def wait_for_volume(client, rg, account_name, pool_name, volume_name, live=False): argument
139 def delete_volume(client, rg, account_name, pool_name, volume_name, live=False): argument
H A Dtest_pool.py12 def create_pool(client, rg=TEST_RG, acc_name=TEST_ACC_1, pool_name=TEST_POOL_1, location=LOCATION, … argument
27 def wait_for_no_pool(client, rg, acc_name, pool_name, live=False): argument
42 def delete_pool(client, rg, acc_name, pool_name, live=False): argument
H A Dtest_snapshot.py15 def create_snapshot(client, rg=TEST_RG, account_name=TEST_ACC_1, pool_name=TEST_POOL_1, volume_name… argument
29 def delete_snapshot(client, rg, account_name, pool_name, volume_name, snapshot_name, live=False): argument
/dports/sysutils/py-salt/salt-3004.1/salt/runners/
H A Df5.py60 def create_vs(self, name, ip, port, protocol, profile, pool_name): argument
152 def add_pool_member(self, name, port, pool_name): argument
201 def check_member_pool(self, member, pool_name): argument
219 def create_vs(lb, name, ip, port, protocol, profile, pool_name): argument
259 def add_pool_member(lb, name, port, pool_name): argument
314 def check_member_pool(lb, member, pool_name): argument
/dports/devel/hpx/hpx-1.2.1/src/runtime/resource/detail/
H A Ddetail_partitioner.cpp534 void partitioner::create_thread_pool(std::string const& pool_name, in create_thread_pool()
629 pu const& p, std::string const& pool_name, bool exclusive, in add_resource()
697 std::string const& pool_name, bool exclusive) in add_resource()
706 std::string const& pool_name, bool exclusive) in add_resource()
712 std::string const& pool_name, bool exclusive) in add_resource()
721 std::string const& pool_name, bool exclusive) in add_resource()
728 std::string const& pool_name, bool exclusive) in add_resource()
737 scheduling_policy sched, std::string const& pool_name) in set_scheduler()
754 std::string const& pool_name) in which_scheduler()
929 std::string const& pool_name, std::size_t virt_core) in assign_pu()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/hpe/nimble/plugins/modules/
H A Dhpe_nimble_pool.py128 pool_name, argument
171 pool_name): argument
189 pool_name, argument
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/azure/tests/unit/plugins/modules/
H A Dtest_azure_rm_netapp_volume.py69 …def get(self, resource_group, account_name, pool_name, volume_name): # pylint: disable=unused-arg… argument
80 …def create_or_update(self, body, resource_group, account_name, pool_name, volume_name): … argument
83 …def begin_create_or_update(self, body, resource_group_name, account_name, pool_name, volume_name):… argument
86 …def begin_update(self, body, resource_group_name, account_name, pool_name, volume_name): … argument
89 …def begin_delete(self, resource_group_name, account_name, pool_name, volume_name): … argument
97 …def begin_create_or_update(self, body, resource_group_name, account_name, pool_name, volume_name):… argument
100 …def begin_update(self, body, resource_group_name, account_name, pool_name, volume_name): … argument
103 …def begin_delete(self, resource_group_name, account_name, pool_name, volume_name): … argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/platform_data/
H A Ddma-mmp_tdma.h23 char *pool_name; member
30 static inline struct gen_pool *sram_get_gpool(char *pool_name) in sram_get_gpool()
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/platform_data/
H A Ddma-mmp_tdma.h23 char *pool_name; member
30 static inline struct gen_pool *sram_get_gpool(char *pool_name) in sram_get_gpool()
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/platform_data/
H A Ddma-mmp_tdma.h23 char *pool_name; member
30 static inline struct gen_pool *sram_get_gpool(char *pool_name) in sram_get_gpool()
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/lib/mysql/connector/
H A Dpooling.py150 def pool_name(self): member in PooledMySQLConnection
157 def __init__(self, pool_size=5, pool_name=None, pool_reset_session=True, argument
183 def pool_name(self): member in MySQLConnectionPool
233 def _set_pool_name(self, pool_name): argument
/dports/devel/py-azure-functions-devops-build/azure-functions-devops-build-0.0.22/azure_functions_devops_build/builder/
H A Dbuilder_manager.py34 def create_devops_build_definition(self, build_definition_name, pool_name): argument
54 def create_github_build_definition(self, build_definition_name, pool_name, github_repository): argument
87 def create_build(self, build_definition_name, pool_name): argument
183 def _get_pool_by_name(self, pool_name): argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mach-mmp/
H A Dsram.c25 char *pool_name; member
39 struct gen_pool *sram_get_gpool(char *pool_name) in sram_get_gpool()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mach-mmp/
H A Dsram.c25 char *pool_name; member
39 struct gen_pool *sram_get_gpool(char *pool_name) in sram_get_gpool()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mach-mmp/
H A Dsram.c25 char *pool_name; member
39 struct gen_pool *sram_get_gpool(char *pool_name) in sram_get_gpool()

12345678910>>...24