Lines Matching refs:pod
5127 int pod, node = NUMA_NO_NODE; in get_unbound_pool() local
5140 for (pod = 0; pod < pt->nr_pods; pod++) { in get_unbound_pool()
5141 if (cpumask_subset(attrs->__pod_cpumask, pt->pod_cpus[pod])) { in get_unbound_pool()
5142 node = pt->pod_node[pod]; in get_unbound_pool()
5330 int pod = pt->cpu_pod[cpu]; in wq_calc_pod_cpumask() local
5333 cpumask_and(attrs->__pod_cpumask, pt->pod_cpus[pod], attrs->cpumask); in wq_calc_pod_cpumask()
8148 int cur, pre, cpu, pod; in init_pod_type() local
8174 for (pod = 0; pod < pt->nr_pods; pod++) in init_pod_type()
8175 BUG_ON(!zalloc_cpumask_var(&pt->pod_cpus[pod], GFP_KERNEL)); in init_pod_type()
8352 int pod; in precompute_cache_shard_ids() local
8359 for (pod = 0; pod < llc_pods->nr_pods; pod++) { in precompute_cache_shard_ids()
8360 cpus_sharing_llc = llc_pods->pod_cpus[pod]; in precompute_cache_shard_ids()