Home
last modified time | relevance | path

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

/linux-6.12.1/Documentation/translations/zh_CN/core-api/
Dworkqueue.rst549 cpu_pod [0]=0 [1]=1 [2]=2 [3]=3
555 cpu_pod [0]=0 [1]=1 [2]=2 [3]=3
561 cpu_pod [0]=0 [1]=0 [2]=1 [3]=1
567 cpu_pod [0]=0 [1]=0 [2]=1 [3]=1
573 cpu_pod [0]=0 [1]=0 [2]=0 [3]=0
/linux-6.12.1/kernel/
Dworkqueue.c393 int *cpu_pod; /* cpu -> pod */ member
5177 int pod = pt->cpu_pod[cpu]; in wq_calc_pod_cpumask()
6646 for_each_cpu(tcpu, pt->pod_cpus[pt->cpu_pod[cpu]]) in workqueue_online_cpu()
6681 for_each_cpu(tcpu, pt->pod_cpus[pt->cpu_pod[cpu]]) in workqueue_offline_cpu()
7745 pt->cpu_pod = kcalloc(nr_cpu_ids, sizeof(pt->cpu_pod[0]), GFP_KERNEL); in workqueue_init_early()
7746 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early()
7753 pt->cpu_pod[0] = 0; in workqueue_init_early()
7926 pt->cpu_pod = kcalloc(nr_cpu_ids, sizeof(pt->cpu_pod[0]), GFP_KERNEL); in init_pod_type()
7927 BUG_ON(!pt->cpu_pod); in init_pod_type()
7932 pt->cpu_pod[cur] = pt->nr_pods++; in init_pod_type()
[all …]
/linux-6.12.1/Documentation/core-api/
Dworkqueue.rst622 cpu_pod [0]=0 [1]=1 [2]=2 [3]=3
628 cpu_pod [0]=0 [1]=1 [2]=2 [3]=3
634 cpu_pod [0]=0 [1]=0 [2]=1 [3]=1
640 cpu_pod [0]=0 [1]=0 [2]=1 [3]=1
646 cpu_pod [0]=0 [1]=0 [2]=0 [3]=0