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.py127 for pod in range(pt.nr_pods):
132 for pod in range(pt.nr_pods):
/linux/kernel/
H A Dworkqueue.c390 int nr_pods; /* number of pods */ member
4741 likely(pt->nr_pods)) in wqattrs_pod_type()
4749 BUG_ON(!pt->nr_pods); in wqattrs_pod_type()
5027 for (pod = 0; pod < pt->nr_pods; pod++) { in get_unbound_pool()
7765 pt->nr_pods = 1; in workqueue_init_early()
7939 pt->nr_pods = 0; in init_pod_type()
7948 pt->cpu_pod[cur] = pt->nr_pods++; in init_pod_type()
7959 pt->pod_cpus = kcalloc(pt->nr_pods, sizeof(pt->pod_cpus[0]), GFP_KERNEL); in init_pod_type()
7960 pt->pod_node = kcalloc(pt->nr_pods, sizeof(pt->pod_node[0]), GFP_KERNEL); in init_pod_type()
7963 for (pod = 0; pod < pt->nr_pods; pod++) in init_pod_type()