Searched defs:kcf_maxthreads (Results 1 - 1 of 1) 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;
1444 * does not exceed kcf_maxthreads.
1446 cnt = min(cnt, kcf_maxthreads - kcfpool->kp_threads);
1494 kcf_maxthreads = kcf_thr_multiple * kcf_minthreads;
1495 gswq->gs_maxjobs = kcf_maxthreads * crypto_taskq_maxalloc;
1717 ks_data->ks_maxthrs.value.ui32 = kcf_maxthreads;

Completed in 61 milliseconds