Lines Matching refs:n_threads
760 static int n_threads;
810 if (n_threads == MAX_THREADS) {
816 thread_data[n_threads].cpu_core_id = atoi(optarg);
817 n_threads++;
854 if (!n_threads) {
859 if (n_ports % n_threads) {
1021 for (i = 0; i < n_threads; i++) {
1023 u32 n_ports_per_thread = n_ports / n_threads, j;
1036 for (i = 0; i < n_threads; i++) {
1071 for (i = 0; i < n_threads; i++)
1074 for (i = 0; i < n_threads; i++)