Home
last modified time | relevance | path

Searched refs:maxParallel (Results 1 – 25 of 105) sorted by relevance

12345

/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/scheduler/
H A Dpreemption.go21 maxParallel int member
156 maxParallel := 0
159 maxParallel = tg.Migrate.MaxParallel
161 …p.allocDetails[alloc.ID] = &allocInfo{maxParallel: maxParallel, resources: alloc.ComparableResourc…
226 maxParallel := allocDetails.maxParallel
227 …distance := scoreForTaskGroup(resourcesNeeded, allocDetails.resources, maxParallel, currentPreempt…
642 if maxParallel > 0 && numPreemptedAllocs >= maxParallel {
643 maxParallelScorePenalty = float64((numPreemptedAllocs+1)-maxParallel) * maxParallelPenalty
650 …sed *structs.NetworkResource, resourceNeeded *structs.NetworkResource, maxParallel int, numPreempt…
655 if maxParallel > 0 && numPreemptedAllocs >= maxParallel {
[all …]
/dports/sysutils/nomad/nomad-1.1.0/scheduler/
H A Dpreemption.go21 maxParallel int member
156 maxParallel := 0
159 maxParallel = tg.Migrate.MaxParallel
161 …p.allocDetails[alloc.ID] = &allocInfo{maxParallel: maxParallel, resources: alloc.ComparableResourc…
226 maxParallel := allocDetails.maxParallel
227 …distance := scoreForTaskGroup(resourcesNeeded, allocDetails.resources, maxParallel, currentPreempt…
642 if maxParallel > 0 && numPreemptedAllocs >= maxParallel {
643 maxParallelScorePenalty = float64((numPreemptedAllocs+1)-maxParallel) * maxParallelPenalty
650 …sed *structs.NetworkResource, resourceNeeded *structs.NetworkResource, maxParallel int, numPreempt…
655 if maxParallel > 0 && numPreemptedAllocs >= maxParallel {
[all …]
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/libsync/
H A Dsyncoptions.cpp49 int maxParallel = qgetenv("OWNCLOUD_MAX_PARALLEL").toInt(); in fillFromEnvironmentVariables() local
50 if (maxParallel > 0) in fillFromEnvironmentVariables()
51 _parallelNetworkJobs = maxParallel; in fillFromEnvironmentVariables()
/dports/deskutils/nextcloudclient/desktop-3.4.1/src/libsync/
H A Dsyncoptions.cpp47 int maxParallel = qgetenv("OWNCLOUD_MAX_PARALLEL").toInt(); in fillFromEnvironmentVariables() local
48 if (maxParallel > 0) in fillFromEnvironmentVariables()
49 _parallelNetworkJobs = maxParallel; in fillFromEnvironmentVariables()
/dports/science/py-nilearn/nilearn-0.8.1/
H A Dazure-pipelines.yml21 maxParallel: 4
60 maxParallel: 4
98 maxParallel: 4
136 maxParallel: 4
174 maxParallel: 4
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dscrypt.cpp298 int maxParallel=0; in DeriveKey() local
299 if (!SafeConvert(parallel, maxParallel)) in DeriveKey()
300 maxParallel = std::numeric_limits<int>::max(); in DeriveKey()
303 int threads = STDMIN(omp_get_max_threads(), maxParallel); in DeriveKey()
315 for (int i = 0; i < maxParallel; ++i) in DeriveKey()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dscrypt.cpp298 int maxParallel=0; in DeriveKey() local
299 if (!SafeConvert(parallel, maxParallel)) in DeriveKey()
300 maxParallel = std::numeric_limits<int>::max(); in DeriveKey()
303 int threads = STDMIN(omp_get_max_threads(), maxParallel); in DeriveKey()
315 for (int i = 0; i < maxParallel; ++i) in DeriveKey()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dscrypt.cpp298 int maxParallel=0; in DeriveKey() local
299 if (!SafeConvert(parallel, maxParallel)) in DeriveKey()
300 maxParallel = std::numeric_limits<int>::max(); in DeriveKey()
303 int threads = STDMIN(omp_get_max_threads(), maxParallel); in DeriveKey()
315 for (int i = 0; i < maxParallel; ++i) in DeriveKey()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dscrypt.cpp298 int maxParallel=0; in DeriveKey() local
299 if (!SafeConvert(parallel, maxParallel)) in DeriveKey()
300 maxParallel = std::numeric_limits<int>::max(); in DeriveKey()
303 int threads = STDMIN(omp_get_max_threads(), maxParallel); in DeriveKey()
315 for (int i = 0; i < maxParallel; ++i) in DeriveKey()
/dports/devel/py-pipenv/pipenv-2021.5.29/
H A Dazure-pipelines.yml93 maxParallel: 8
115 maxParallel: 8
136 maxParallel: 8
/dports/devel/py-pip/pip-20.3.4/.azure-pipelines/jobs/
H A Dtest.yml18 maxParallel: 2
41 maxParallel: 4
H A Dtest-windows.yml24 maxParallel: 6
60 maxParallel: 6
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/util/
H A Dparallel_chunk_fetch.go13 const maxParallel = 1000 const
39 for i := 0; i < min(maxParallel, len(chunks)); i++ {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/util/
H A Dparallel_chunk_fetch.go14 const maxParallel = 1000 const
40 for i := 0; i < min(maxParallel, len(chunks)); i++ {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/util/
H A Dparallel_chunk_fetch.go13 const maxParallel = 1000 const
39 for i := 0; i < min(maxParallel, len(chunks)); i++ {
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/generators/
H A DSCrypt.java60 int maxParallel = Integer.MAX_VALUE / (128 * r * 8); in generate() local
61 if (p < 1 || p > maxParallel) in generate()
63 …throw new IllegalArgumentException("Parallelisation parameter p must be >= 1 and <= " + maxParallel in generate()
/dports/sysutils/helmfile/vault-f6547fa8e820/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),
/dports/misc/concourse/vault-bdd38fca2cff/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),
/dports/security/vault/vault-1.8.2/physical/gcs/
H A Dgcs.go149 maxParallel, err := extractInt(c["max_parallel"])
158 "max_parallel", maxParallel,
172 permitPool: physical.NewPermitPool(maxParallel),
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),
/dports/sysutils/gomplate/vault-sdk-v0.1.13/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/physical/gcs/
H A Dgcs.go132 maxParallel, err := extractInt(c["max_parallel"])
141 "max_parallel", maxParallel,
165 permitPool: physical.NewPermitPool(maxParallel),

12345