Lines Matching refs:cpu_pod
393 int *cpu_pod; /* cpu -> pod */ member
5204 int pod = pt->cpu_pod[cpu]; in wq_calc_pod_cpumask()
6674 for_each_cpu(tcpu, pt->pod_cpus[pt->cpu_pod[cpu]]) in workqueue_online_cpu()
6709 for_each_cpu(tcpu, pt->pod_cpus[pt->cpu_pod[cpu]]) in workqueue_offline_cpu()
7773 pt->cpu_pod = kcalloc(nr_cpu_ids, sizeof(pt->cpu_pod[0]), GFP_KERNEL); in workqueue_init_early()
7774 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early()
7781 pt->cpu_pod[0] = 0; in workqueue_init_early()
7954 pt->cpu_pod = kcalloc(nr_cpu_ids, sizeof(pt->cpu_pod[0]), GFP_KERNEL); in init_pod_type()
7955 BUG_ON(!pt->cpu_pod); in init_pod_type()
7960 pt->cpu_pod[cur] = pt->nr_pods++; in init_pod_type()
7964 pt->cpu_pod[cur] = pt->cpu_pod[pre]; in init_pod_type()
7979 cpumask_set_cpu(cpu, pt->pod_cpus[pt->cpu_pod[cpu]]); in init_pod_type()
7980 pt->pod_node[pt->cpu_pod[cpu]] = cpu_to_node(cpu); in init_pod_type()