Home
last modified time | relevance | path

Searched refs:pod_node (Results 1 – 3 of 3) 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/Documentation/core-api/
H A Dworkqueue.rst638 pod_node [0]=0 [1]=0 [2]=1 [3]=1
644 pod_node [0]=0 [1]=0 [2]=1 [3]=1
650 pod_node [0]=0 [1]=1
656 pod_node [0]=0 [1]=1
662 pod_node [0]=-1
/linux/kernel/
H A Dworkqueue.c408 int *pod_node; /* pod -> node */ member
5227 node = pt->pod_node[pod]; in get_unbound_pool()
8142 pt->pod_node = kzalloc_objs(pt->pod_node[0], 1); in workqueue_init_early()
8144 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early()
8150 pt->pod_node[0] = NUMA_NO_NODE; in workqueue_init_early()
8344 pt->pod_node = kzalloc_objs(pt->pod_node[0], pt->nr_pods); in init_pod_type()
8345 BUG_ON(!pt->pod_cpus || !pt->pod_node); in init_pod_type()
8352 pt->pod_node[pt->cpu_pod[cpu]] = cpu_to_node(cpu); in init_pod_type()