Home
last modified time | relevance | path

Searched refs:kcf_maxthreads (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c61 int kcf_maxthreads = 2; variable
1218 gswq->gs_maxjobs = kcf_maxthreads * crypto_taskq_maxalloc; in kcf_sched_init()
1446 cnt = min(cnt, kcf_maxthreads - kcfpool->kp_threads); in kcfpoold()
1494 kcf_maxthreads = kcf_thr_multiple * kcf_minthreads; in compute_min_max_threads()
1495 gswq->gs_maxjobs = kcf_maxthreads * crypto_taskq_maxalloc; in compute_min_max_threads()
1717 ks_data->ks_maxthrs.value.ui32 = kcf_maxthreads; in kcf_misc_kstat_update()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h459 extern int kcf_maxthreads;