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.c397 int *pod_node; /* pod -> node */ member
5115 node = pt->pod_node[pod]; in get_unbound_pool()
7883 pt->pod_node = kzalloc_objs(pt->pod_node[0], 1); in workqueue_init_early()
7885 BUG_ON(!pt->pod_cpus || !pt->pod_node || !pt->cpu_pod); in workqueue_init_early()
7891 pt->pod_node[0] = NUMA_NO_NODE; in workqueue_init_early()
8084 pt->pod_node = kzalloc_objs(pt->pod_node[0], pt->nr_pods); in init_pod_type()
8085 BUG_ON(!pt->pod_cpus || !pt->pod_node); in init_pod_type()
8092 pt->pod_node[pt->cpu_pod[cpu]] = cpu_to_node(cpu); in init_pod_type()