Home
last modified time | relevance | path

Searched refs:crypto_taskq_maxalloc (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c673 if (taskq->tq_nalloc >= crypto_taskq_maxalloc) { in kcf_submit_request()
767 if (taskq->tq_nalloc >= crypto_taskq_maxalloc) { in kcf_submit_request()
1218 gswq->gs_maxjobs = kcf_maxthreads * crypto_taskq_maxalloc; in kcf_sched_init()
1495 gswq->gs_maxjobs = kcf_maxthreads * crypto_taskq_maxalloc; in compute_min_max_threads()
1722 ks_data->ks_taskq_maxalloc.value.ui32 = crypto_taskq_maxalloc; in kcf_misc_kstat_update()
/illumos-gate/usr/src/uts/common/crypto/spi/
H A Dkcf_spi.c56 int crypto_taskq_maxalloc = CRYPTO_TASKQ_MAX; variable
264 crypto_taskq_minalloc, crypto_taskq_maxalloc, in crypto_register_provider()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h457 extern int crypto_taskq_maxalloc;
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddprov.c1823 crypto_taskq_minalloc, crypto_taskq_maxalloc, TASKQ_PREPOPULATE); in dprov_attach()