Home
last modified time | relevance | path

Searched refs:concurrency (Results 1 – 25 of 102) sorted by relevance

12345

/netbsd/external/ibm-public/postfix/dist/src/smtpstone/
H A Dperformance2 and 5000 different remote destinations. Outbound SMTP concurrency
13 one recipient. Outbound SMTP concurrency = 100, inbound SMTP
14 concurrency = 5, 10, 20.
22 recipient. Outbound SMTP concurrency = 100, inbound SMTP concurrency
H A Dhashed-deferred2 outbound concurrency 10. smtp-sink pipelining disabled. Machine is
H A Dhashed-incoming2 inbound concurrency 10. smtp-sink pipelining disabled. Machine is
/netbsd/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_state.c211 state->client_info->concurrency = 1; in psc_new_session_state()
215 state->client_info->concurrency += 1; in psc_new_session_state()
235 if (--(state->client_info->concurrency) == 0) in psc_free_session_state()
H A Dpostscreen.c736 && state->client_info->concurrency > var_psc_cconn_limit) { in psc_endpt_lookup_done()
822 && state->client_info->concurrency == 1 in psc_endpt_lookup_done()
836 } else if (state->client_info->concurrency > 1) { in psc_endpt_lookup_done()
H A Dpostscreen.h63 int concurrency; /* per-client */ member
/netbsd/external/mit/libuv/dist/test/
H A Dbenchmark-pound.c271 static int pound_it(int concurrency, in pound_it() argument
290 do_setup(concurrency, arg); in pound_it()
292 r = do_connect(concurrency, make_connect, arg); in pound_it()
304 concurrency, in pound_it()
/netbsd/sys/kern/
H A Dkern_physio.c226 int concurrency = physio_concurrency - 1; in physio() local
252 concurrency = 0; in physio()
261 concurrency = 0; /* see "XXXkludge" comment below */ in physio()
276 physio_wait(ps, sync ? 0 : concurrency); in physio()
/netbsd/external/ibm-public/postfix/dist/
H A DRELEASE_NOTES-2.5182 for per-destination concurrency control and for dead destination
183 detection. The concurrency control supports less-than-1 feedback
184 to allow for more gradual concurrency adjustments, and uses hysteresis
190 destination's delivery concurrency.
193 due to exponential delivery concurrency growth with each pseudo-cohort(*)
194 (5-10-20...); b) throttling down to zero concurrency after a single
196 low-concurrency channels where a single failure could be sufficient
210 the new concurrency scheduler, as well as Patrik Rak's preemptive
/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dthreads.c95 ldap_pvt_thread_set_concurrency ( int concurrency ) in ldap_pvt_thread_set_concurrency() argument
/netbsd/external/bsd/jemalloc/dist/
H A Djemalloc.pc.in8 … malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support.
H A DREADME2 fragmentation avoidance and scalable concurrency support. jemalloc first came
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/net/
H A Dcurl.d185 import std.concurrency : Tid; in version()
193 import std.concurrency : send; in version()
226 import std.concurrency : spawn; in version()
245 import std.concurrency : initOnce; in version()
1512 import std.concurrency : send; in WorkerThreadProtocol()
1583 import std.concurrency : receive; in WorkerThreadProtocol()
4178 import std.concurrency : initOnce; in instance()
4909 import std.concurrency : Tid, send; in _async()
4946 import std.concurrency : send; in _async()
4962 import std.concurrency : Tid; in _async()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/concurrency/
H A DBUILD.gn1 static_library("concurrency") {
/netbsd/external/ibm-public/postfix/dist/proto/
H A Dstop.double-proto-html21 all all Maximum per destination delivery concurrency
33 concurrency concurrency limit
138 if concurrency concurrency limit
/netbsd/external/bsd/openldap/dist/tests/scripts/
H A Dsql-test001-concurrency39 SQLDATADIR=$TESTDIR/sql-concurrency
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dpackage.d40 std.concurrency,
/netbsd/external/apache2/llvm/dist/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/
H A DBUILD.gn73 "//clang-tools-extra/clang-tidy/concurrency",
/netbsd/doc/roadmaps/
H A Dsystem35 With the revamp of the kernel concurrency model, much of the kernel is
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/logger/
H A Dfilelogger.d19 import std.concurrency : Tid;
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/experimental/logger/
H A Dfilelogger.d22 import std.concurrency : Tid;
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DNewPassManager.rst185 This is to keep in mind potential future pass concurrency, for example
189 concurrency was supported. Therefore a pass running on inner level IR cannot
200 discounts future concurrency over separate loops in a function, but that's a
H A DReference.rst160 Information about LLVM's concurrency model.
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/
H A DMakefile.am85 std/concurrency.d std/container/array.d std/container/binaryheap.d \
/netbsd/sys/arch/i386/pci/
H A Delan520.c211 const bool concurrency = true; /* concurrent bus arbitration */ in elansc_perf_tune() local
217 } else if (concurrency) { in elansc_perf_tune()
237 else if (concurrency) { in elansc_perf_tune()

12345