Home
last modified time | relevance | path

Searched refs:thr_max (Results 1 – 25 of 47) sorted by relevance

12

/dports/databases/db5/db-5.3.28/src/env/
H A Denv_failchk.c129 max = dbenv->thr_max;
155 dbenv->thr_max = max;
180 if (dbenv->thr_max > dbenv->thr_init) {
181 size = dbenv->thr_max - dbenv->thr_init;
184 dbenv->thr_max = dbenv->thr_init;
215 if (dbenv->thr_max == 0) {
239 thread->thr_nbucket = __db_tablesize(dbenv->thr_max / 8);
245 thread->thr_max = dbenv->thr_max;
254 dbenv->thr_max = thread->thr_max;
330 thread->thr_count < thread->thr_max))
[all …]
H A Denv_stat.c351 STAT_ULONG("Thread count", dbenv->thr_max);
551 STAT_ULONG("Thread allocation threshold", thread->thr_max);
H A Denv_region.c359 size += (dbenv->thr_max + dbenv->thr_max / 4) *
H A Denv_method.c1541 *countp = dbenv->thr_max;
1561 dbenv->thr_max = count;
H A Denv_open.c332 if (dbenv->thr_max == 0) {
/dports/databases/db18/db-18.1.40/src/env/
H A Denv_failchk.c209 if ((max = dbenv->thr_max) < dbenv->thr_init)
224 dbenv->thr_max = max;
254 count = env->thr_nbucket * dbenv->thr_max;
285 if (dbenv->thr_max == 0) {
310 __db_tablesize(dbenv->thr_max / DB_THREAD_INFOS_PER_BUCKET);
316 thread->thr_max = dbenv->thr_max;
325 dbenv->thr_max = thread->thr_max;
428 thread->thr_count < thread->thr_max))
747 if (thread->thr_count >= thread->thr_max) {
H A Denv_slice.c518 slice->thr_max = container->thr_max;
H A Denv_stat.c360 STAT_ULONG("Thread count", dbenv->thr_max);
574 STAT_ULONG("Thread allocation threshold", thread->thr_max);
H A Denv_open.c203 if (dbenv->thr_max == 0)
419 if (dbenv->thr_max == 0) {
H A Denv_method.c1849 *countp = dbenv->thr_max;
1869 dbenv->thr_max = count;
/dports/security/clamav/clamav-0.104.2/clamd/
H A Dthrmgr.h70 int thr_max; member
H A Dthrmgr.c238 …HREADS: live %u idle %u max %u idle-timeout %u\n", pool->thr_alive, pool->thr_idle, pool->thr_max, in thrmgr_printstats()
434 threadpool->thr_max = max_threads; in thrmgr_new()
773 (threadpool->thr_alive < threadpool->thr_max)) { in thrmgr_dispatch_internal()
H A Dsession.c249 max = conn->thrpool->thr_max; in command()
/dports/security/clamav-lts/clamav-0.103.5/clamd/
H A Dthrmgr.h70 int thr_max; member
H A Dthrmgr.c238 …HREADS: live %u idle %u max %u idle-timeout %u\n", pool->thr_alive, pool->thr_idle, pool->thr_max, in thrmgr_printstats()
434 threadpool->thr_max = max_threads; in thrmgr_new()
773 (threadpool->thr_alive < threadpool->thr_max)) { in thrmgr_dispatch_internal()
H A Dsession.c250 max = conn->thrpool->thr_max; in command()
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipa_thresholds.h74 uint64_t thr_max; /* thr + thr_dev */ member
H A Dipa_thresholds.c100 threshold->thr_max = (thr > UINT64_MAX - dev) ? in set_thr_min_max()
555 if (threshold->cnt > threshold->thr_max) { in check_threshold_cnt()
979 threshold->thr_min, threshold->thr_max); in init_threshold()
1015 threshold->thr_min, threshold->thr_max); in init_threshold()
H A Dipa_ctl.c653 status.deviation = q_threshold->thr_max - q_threshold->thr; in ctl_func_status()
/dports/databases/db5/db-5.3.28/build_android/
H A Ddb_int.h736 u_int32_t thr_max; member
/dports/databases/db5/db-5.3.28/build_vxworks/
H A Ddb_int.h739 u_int32_t thr_max; member
/dports/databases/db5/db-5.3.28/build_windows/
H A Ddb_int.h736 u_int32_t thr_max; member
/dports/databases/db5/db-5.3.28/build_wince/
H A Ddb_int.h736 u_int32_t thr_max; member
/dports/databases/db18/db-18.1.40/build_windows/
H A Ddb_int.h886 u_int32_t thr_max; member
/dports/databases/db18/db-18.1.40/build_vxworks/
H A Ddb_int.h889 u_int32_t thr_max; member

12