Home
last modified time | relevance | path

Searched refs:cpu_pod (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/
H A Dworkqueue.c338 int *cpu_pod; /* cpu -> pod */ member
4291 int pod = pt->cpu_pod[cpu]; in wq_calc_pod_cpumask()
5596 for_each_cpu(tcpu, pt->pod_cpus[pt->cpu_pod[cpu]]) in workqueue_online_cpu()
5624 for_each_cpu(tcpu, pt->pod_cpus[pt->cpu_pod[cpu]]) in workqueue_offline_cpu()
6589 pt->cpu_pod = kcalloc(nr_cpu_ids, sizeof(pt->cpu_pod[0]), GFP_KERNEL); in workqueue_init_early()
6590 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early()
6597 pt->cpu_pod[0] = 0; in workqueue_init_early()
6760 pt->cpu_pod = kcalloc(nr_cpu_ids, sizeof(pt->cpu_pod[0]), GFP_KERNEL); in init_pod_type()
6761 BUG_ON(!pt->cpu_pod); in init_pod_type()
6766 pt->cpu_pod[cur] = pt->nr_pods++; in init_pod_type()
[all …]
/openbmc/linux/Documentation/core-api/
H A Dworkqueue.rst607 cpu_pod [0]=0 [1]=1 [2]=2 [3]=3
613 cpu_pod [0]=0 [1]=1 [2]=2 [3]=3
619 cpu_pod [0]=0 [1]=0 [2]=1 [3]=1
625 cpu_pod [0]=0 [1]=0 [2]=1 [3]=1
631 cpu_pod [0]=0 [1]=0 [2]=0 [3]=0