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

/freebsd-12-stable/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c94 static int worker_thread_count; variable
657 worker_thread_count = min(mp_ncpus, 32);
658 cwt_softc = malloc(worker_thread_count * sizeof(*cwt), M_CXGBE,
662 for (i = 0, cwt = &cwt_softc[0]; i < worker_thread_count; i++, cwt++) {
670 i + 1, worker_thread_count, rc);
676 worker_thread_count = 0;
682 worker_thread_count = i;
695 MPASS(worker_thread_count > 0);
705 MPASS(worker_thread_count >= 0);
707 for (i = 0, cwt = &cwt_softc[0]; i < worker_thread_count;
[all...]

Completed in 48 milliseconds