Searched refs:NLM_THREADS_PER_CORE (Results 1 – 5 of 5) sorted by relevance
122 current_cpu_data.core = hwtid / NLM_THREADS_PER_CORE; in nlm_init_secondary()216 for (i = 0; i < NLM_THREADS_PER_CORE; i++) in nlm_parse_cpumask()237 for (i = 0; i < NR_CPUS; i += NLM_THREADS_PER_CORE) { in nlm_parse_cpumask()239 for (j = 0; j < NLM_THREADS_PER_CORE; j++) in nlm_parse_cpumask()
74 if (cpu_ready[i * NLM_THREADS_PER_CORE]) in xlr_wakeup_secondary_cpus()
50 #define NLM_THREADS_PER_CORE 4 macro
125 return nlm_cores_per_node() * NLM_THREADS_PER_CORE; in nlm_threads_per_node()
182 cpu = (n * ncores + core) * NLM_THREADS_PER_CORE; in xlp_enable_secondary_cores()