Searched refs:kp_threads (Results 1 – 2 of 2) sorted by relevance
211 (kcfpool->kp_threads - kcfpool->kp_blockedthreads); in kcf_disp_sw_request()217 cnt = MIN(cnt, kcf_maxthreads - (int)kcfpool->kp_threads); in kcf_disp_sw_request()1281 kcfpool->kp_threads = kcfpool->kp_idlethreads = 0; in kcfpool_alloc()1515 ks_data->ks_thrs_in_pool.value.ui32 = kcfpool->kp_threads; in kcf_misc_kstat_update()1521 if ((tcnt = kcfpool->kp_idlethreads) == (kcfpool->kp_threads + 1)) in kcf_misc_kstat_update()
366 uint32_t kp_threads; /* Number of threads in pool */ member