Searched refs:worker_threads (Results 1 – 3 of 3) sorted by relevance
141 cl_thread_pool_destroy(&p_disp->worker_threads); in cl_disp_shutdown()198 status = cl_thread_pool_init(&p_disp->worker_threads, thread_count, in cl_disp_init()356 cl_thread_pool_signal(&p_disp->worker_threads); in cl_disp_post()
216 cl_thread_pool_t worker_threads; member
404 static int worker_threads = -1; variable405 SYSCTL_INT(_kern_cam_ctl, OID_AUTO, worker_threads, CTLFLAG_RDTUN,406 &worker_threads, 1, "Number of worker threads");1864 if (worker_threads <= 0) in ctl_init()1865 worker_threads = max(1, mp_ncpus / 4); in ctl_init()1866 if (worker_threads > CTL_MAX_THREADS) in ctl_init()1867 worker_threads = CTL_MAX_THREADS; in ctl_init()1869 for (i = 0; i < worker_threads; i++) { in ctl_init()13736 io->io_hdr.nexus.initid) % worker_threads; in ctl_enqueue_incoming()13750 thr = &softc->threads[io->io_hdr.nexus.targ_mapped_lun % worker_threads]; in ctl_enqueue_rtr()[all …]