Searched refs:nr_pods (Results 1 – 3 of 3) sorted by relevance
546 nr_pods 4552 nr_pods 4558 nr_pods 2564 nr_pods 2570 nr_pods 1
16 nr_pods number of CPU pods in the affinity type125 print(f' nr_pods {pt.nr_pods.value_()}')128 for pod in range(pt.nr_pods):133 for pod in range(pt.nr_pods):
404 int nr_pods; /* number of pods */ member4863 likely(pt->nr_pods)) in wqattrs_pod_type()4871 BUG_ON(!pt->nr_pods); in wqattrs_pod_type()5152 for (pod = 0; pod < pt->nr_pods; pod++) { in get_unbound_pool()8000 pt->nr_pods = 1; in workqueue_init_early()8175 pt->nr_pods = 0; in init_pod_type()8184 pt->cpu_pod[cur] = pt->nr_pods++; in init_pod_type()8195 pt->pod_cpus = kzalloc_objs(pt->pod_cpus[0], pt->nr_pods); in init_pod_type()8196 pt->pod_node = kzalloc_objs(pt->pod_node[0], pt->nr_pods); in init_pod_type()8199 for (pod = 0; pod < pt->nr_pods; pod++) in init_pod_type()[all …]