Home
last modified time | relevance | path

Searched refs:node_set (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py83 def expand(self, node_set): argument
85 for nd in node_set:
88 return node_set
91 return new_current_node.expand({self} | node_set)
93 return n.expand(self, node_set)
120 def expand(self, node, node_set): argument
121 return self.op.expand(self, node, node_set)
170 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: argument
186 def expand(n: ASTNode, node: GraphNode, node_set) -> set[GraphNode]: argument
189 return node.expand(node_set)
[all …]
/linux/drivers/of/
H A Dof_numa.c36 node_set(nid, numa_nodes_parsed); in of_numa_parse_cpu_nodes()
65 node_set(nid, numa_nodes_parsed); in of_numa_parse_memory_nodes()
115 node_set(nodea, numa_nodes_parsed); in of_numa_parse_distance_map_v1()
/linux/arch/x86/mm/
H A Dsrat.c59 node_set(node, numa_nodes_parsed); in acpi_numa_x2apic_affinity_init()
99 node_set(node, numa_nodes_parsed); in acpi_numa_processor_affinity_init()
H A Dnuma.c212 node_set(0, numa_nodes_parsed); in dummy_numa_init()
/linux/arch/mips/sgi-ip27/
H A Dip27-klnuma.c34 node_set(0, ktext_repmask); in setup_replication_mask()
47 node_set(nasid, ktext_repmask); in setup_replication_mask()
H A Dip27-smp.c79 node_set(nasid, node_possible_map); in cpu_node_probe()
/linux/drivers/acpi/numa/
H A Dsrat.c80 node_set(node, nodes_found_map); in acpi_map_pxm_to_node()
157 node_set(j, nodes_to_enable); in fix_pxm_node_maps()
402 node_set(node, numa_nodes_parsed); in acpi_parse_memory_affinity()
472 node_set(node, numa_nodes_parsed); in acpi_parse_cfmws()
554 node_set(node, numa_nodes_parsed); in acpi_parse_gi_affinity()
/linux/arch/loongarch/kernel/
H A Dacpi.c284 node_set(node, numa_nodes_parsed); in acpi_numa_processor_affinity_init()
318 node_set(node, numa_nodes_parsed); in acpi_numa_x2apic_affinity_init()
345 node_set(nid, numa_nodes_parsed); in acpi_map_cpu2node()
H A Dnuma.c219 node_set(0, numa_nodes_parsed); in fake_numa_init()
/linux/arch/arm64/kernel/
H A Dacpi_numa.c107 node_set(node, numa_nodes_parsed); in acpi_numa_gicc_affinity_init()
/linux/arch/riscv/kernel/
H A Dacpi_numa.c130 node_set(node, numa_nodes_parsed); in acpi_numa_rintc_affinity_init()
/linux/mm/
H A Dnuma_emulation.c246 node_set(pblk->nid, physnode_mask); in split_nodes_size_interleave_uniform()
474 node_set(ei.blk[i].nid, numa_nodes_parsed); in numa_emulation()
H A Dnuma_memblks.c31 node_set(mi->blk[i].nid, *nodemask); in numa_nodemask_from_meminfo()
377 node_set(nid, reserved_nodemask); in numa_clear_kernel_node_hotplug()
H A Dmemory-tiers.c462 node_set(target, nd->preferred); in establish_demotion_targets()
557 node_set(node, memtype->nodes); in set_node_memory_tier()
H A Dmempolicy.c393 node_set(first_node(*nodes), pol->nodes); in mpol_new_preferred()
1292 node_set(source, nmask); in migrate_to_node()
3371 node_set(nid, interleave_nodes); in numa_policy_init()
3376 node_set(prefer, interleave_nodes); in numa_policy_init()
3515 node_set(first_node(nodes), new->nodes); in mpol_parse_str()
H A Dmemory_hotplug.c1858 node_set(mtc.nid, nmask); in do_migrate_range()
H A Dslub.c8421 node_set(nid, slab_nodes); in slab_mem_going_online_callback()
8508 node_set(node, slab_nodes); in kmem_cache_init()
8882 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
8920 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
H A Dkhugepaged.c881 node_set(nid, cc->alloc_nmask); in hpage_collapse_find_target_node()
H A Dpage_alloc.c5619 node_set(node, *used_node_mask); in find_next_best_node()
5650 node_set(best_node, *used_node_mask); in find_next_best_node()
H A Dhugetlb.c1906 node_set(nid, *node_alloc_noretry); in alloc_buddy_hugetlb_folio()
4486 node_set(nid, hugetlb_bootmem_nodes); in hugetlb_bootmem_set_nodes()
/linux/include/linux/
H A Dnodemask.h124 #define node_set(node, dst) __node_set((node), &(dst)) macro
279 node_set(node, *mask); in init_nodemask_of_node()
/linux/drivers/base/
H A Darch_numa.c286 node_set(0, numa_nodes_parsed); in dummy_numa_init()
/linux/lib/
H A Dgroup_cpus.c93 node_set(n, *nodemsk); in get_nodes_in_cpumask()
/linux/drivers/irqchip/
H A Dirq-loongson-eiointc.c488 node_set(cpu_to_eio_node(i), priv->node_map); in eiointc_init()
/linux/drivers/nvme/host/
H A Dmultipath.c1120 node_set(node, numa_nodes); in numa_nodes_show()

12