Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst546 nr_pods 4
552 nr_pods 4
558 nr_pods 2
564 nr_pods 2
570 nr_pods 1
/linux/tools/workqueue/
H A Dwq_dump.py16 nr_pods number of CPU pods in the affinity type
125 print(f' nr_pods {pt.nr_pods.value_()}')
128 for pod in range(pt.nr_pods):
133 for pod in range(pt.nr_pods):
/linux/kernel/
H A Dworkqueue.c404 int nr_pods; /* number of pods */ member
4863 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 …]