Searched refs:kp_threads (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/crypto/core/
H A Dkcf_sched.c231 (kcfpool->kp_threads - kcfpool->kp_blockedthreads);
237 cnt = min(cnt, kcf_maxthreads - kcfpool->kp_threads);
1028 KCF_ATOMIC_DECR(kcfpool->kp_threads);
1031 if (kcfpool->kp_threads == 0)
1050 KCF_ATOMIC_INCR(kcfpool->kp_threads);
1077 if (kcfpool->kp_threads > kcf_minthreads) {
1436 kcfpool->kp_threads = kcfpool->kp_idlethreads = 0;
1563 if (kcfpool->kp_threads > 0) {
1601 * We check the kp_threads since kcfd could have started
1604 if ((kcfpool->kp_threads
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/crypto/
H A Dsched_impl.h369 uint32_t kp_threads; /* Number of threads in pool */ member in struct:kcf_pool

Completed in 50 milliseconds