Searched refs:worker_thread_count (Results 1 – 1 of 1) sorted by relevance
95 static int worker_thread_count; variable898 worker_thread_count = min(mp_ncpus, 32); in start_worker_threads()899 cwt_softc = malloc(worker_thread_count * sizeof(*cwt), M_CXGBE, in start_worker_threads()903 for (i = 0, cwt = &cwt_softc[0]; i < worker_thread_count; i++, cwt++) { in start_worker_threads()911 i + 1, worker_thread_count, rc); in start_worker_threads()917 worker_thread_count = 0; in start_worker_threads()923 worker_thread_count = i; in start_worker_threads()936 MPASS(worker_thread_count > 0); in start_worker_threads()946 MPASS(worker_thread_count >= 0); in stop_worker_threads()972 n = worker_thread_count / sc->sge.nofldrxq; in cxgbei_select_worker_thread()[all …]