Home
last modified time | relevance | path

Searched refs:pod_node (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst548 pod_node [0]=0 [1]=0 [2]=1 [3]=1
554 pod_node [0]=0 [1]=0 [2]=1 [3]=1
560 pod_node [0]=0 [1]=1
566 pod_node [0]=0 [1]=1
572 pod_node [0]=-1
/linux/kernel/
H A Dworkqueue.c392 int *pod_node; /* pod -> node */ member
5029 node = pt->pod_node[pod]; in get_unbound_pool()
7759 pt->pod_node = kcalloc(1, sizeof(pt->pod_node[0]), GFP_KERNEL); in workqueue_init_early()
7761 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early()
7767 pt->pod_node[0] = NUMA_NO_NODE; in workqueue_init_early()
7960 pt->pod_node = kcalloc(pt->nr_pods, sizeof(pt->pod_node[0]), GFP_KERNEL); in init_pod_type()
7961 BUG_ON(!pt->pod_cpus || !pt->pod_node); in init_pod_type()
7968 pt->pod_node[p in init_pod_type()
[all...]