Searched refs:pod_cpus (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | workqueue.rst | 547 pod_cpus [0]=00000001 [1]=00000002 [2]=00000004 [3]=00000008 553 pod_cpus [0]=00000001 [1]=00000002 [2]=00000004 [3]=00000008 559 pod_cpus [0]=00000003 [1]=0000000c 565 pod_cpus [0]=00000003 [1]=0000000c 571 pod_cpus [0]=0000000f
|
/linux-6.12.1/kernel/ |
D | workqueue.c | 391 cpumask_var_t *pod_cpus; /* pod -> cpus */ member 5001 if (cpumask_subset(attrs->__pod_cpumask, pt->pod_cpus[pod])) { in get_unbound_pool() 5180 cpumask_and(attrs->__pod_cpumask, pt->pod_cpus[pod], attrs->cpumask); 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() 7743 pt->pod_cpus = kcalloc(1, sizeof(pt->pod_cpus[0]), GFP_KERNEL); in workqueue_init_early() 7746 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early() 7748 BUG_ON(!zalloc_cpumask_var_node(&pt->pod_cpus[0], GFP_KERNEL, NUMA_NO_NODE)); in workqueue_init_early() 7751 cpumask_copy(pt->pod_cpus[0], cpu_possible_mask); in workqueue_init_early() 7943 pt->pod_cpus = kcalloc(pt->nr_pods, sizeof(pt->pod_cpus[0]), GFP_KERNEL); in init_pod_type() [all …]
|
/linux-6.12.1/Documentation/core-api/ |
D | workqueue.rst | 620 pod_cpus [0]=00000001 [1]=00000002 [2]=00000004 [3]=00000008 626 pod_cpus [0]=00000001 [1]=00000002 [2]=00000004 [3]=00000008 632 pod_cpus [0]=00000003 [1]=0000000c 638 pod_cpus [0]=00000003 [1]=0000000c 644 pod_cpus [0]=0000000f
|