Searched refs:pod_cpus (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/ |
H A D | workqueue.c | 336 cpumask_var_t *pod_cpus; /* pod -> cpus */ member 4086 if (cpumask_subset(attrs->__pod_cpumask, pt->pod_cpus[pod])) { in get_unbound_pool() 4294 cpumask_and(attrs->__pod_cpumask, pt->pod_cpus[pod], attrs->cpumask); in wq_calc_pod_cpumask() 4305 cpumask_and(attrs->__pod_cpumask, attrs->cpumask, pt->pod_cpus[pod]); 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() 6587 pt->pod_cpus = kcalloc(1, sizeof(pt->pod_cpus[0]), GFP_KERNEL); in workqueue_init_early() 6590 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early() 6592 BUG_ON(!zalloc_cpumask_var_node(&pt->pod_cpus[0], GFP_KERNEL, NUMA_NO_NODE)); in workqueue_init_early() 6595 cpumask_copy(pt->pod_cpus[0], cpu_possible_mask); in workqueue_init_early() [all …]
|
/openbmc/linux/Documentation/core-api/ |
H A D | workqueue.rst | 605 pod_cpus [0]=00000001 [1]=00000002 [2]=00000004 [3]=00000008 611 pod_cpus [0]=00000001 [1]=00000002 [2]=00000004 [3]=00000008 617 pod_cpus [0]=00000003 [1]=0000000c 623 pod_cpus [0]=00000003 [1]=0000000c 629 pod_cpus [0]=0000000f
|