Searched refs:NLM_THREADS_PER_CORE (Results 1 – 5 of 5) sorted by relevance
125 cpu_set_core(¤t_cpu_data, hwtid / NLM_THREADS_PER_CORE); in nlm_init_secondary()221 for (i = 0; i < NLM_THREADS_PER_CORE; i++) in nlm_parse_cpumask()242 for (i = 0; i < NR_CPUS; i += NLM_THREADS_PER_CORE) { in nlm_parse_cpumask()244 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
122 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()