Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/irq/
Daffinity.c98 struct node_vectors { struct
109 const struct node_vectors *ln = l; in ncpus_cmp_func() argument
110 const struct node_vectors *rn = r; in ncpus_cmp_func()
133 struct node_vectors *node_vectors) in alloc_nodes_vectors() argument
138 node_vectors[n].id = n; in alloc_nodes_vectors()
139 node_vectors[n].ncpus = UINT_MAX; in alloc_nodes_vectors()
151 node_vectors[n].ncpus = ncpus; in alloc_nodes_vectors()
156 sort(node_vectors, nr_node_ids, sizeof(node_vectors[0]), in alloc_nodes_vectors()
230 if (node_vectors[n].ncpus == UINT_MAX) in alloc_nodes_vectors()
235 ncpus = node_vectors[n].ncpus; in alloc_nodes_vectors()
[all …]