Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c62 int kcf_minthreads = 1; variable
1034 if (kcfpool->kp_threads > kcf_minthreads) { in kcfpool_svc()
1439 cnt = kcf_minthreads - in kcfpoold()
1492 kcf_minthreads = curthread->t_cpupart->cp_ncpus; in compute_min_max_threads()
1494 kcf_maxthreads = kcf_thr_multiple * kcf_minthreads; in compute_min_max_threads()
1716 ks_data->ks_minthrs.value.ui32 = kcf_minthreads; in kcf_misc_kstat_update()
/illumos-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h460 extern int kcf_minthreads;