/linux/tools/verification/rvgen/rvgen/ |
H A D | ltl2ba.py | 83 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 D | of_numa.c | 36 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 D | srat.c | 59 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()
|
/linux/arch/mips/sgi-ip27/ |
H A D | ip27-klnuma.c | 34 node_set(0, ktext_repmask); in setup_replication_mask() 47 node_set(nasid, ktext_repmask); in setup_replication_mask()
|
H A D | ip27-smp.c | 79 node_set(nasid, node_possible_map); in cpu_node_probe()
|
/linux/drivers/acpi/numa/ |
H A D | srat.c | 80 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 D | acpi.c | 284 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 D | numa.c | 237 node_set(0, numa_nodes_parsed); in fake_numa_init()
|
/linux/arch/arm64/kernel/ |
H A D | acpi_numa.c | 107 node_set(node, numa_nodes_parsed); in acpi_numa_gicc_affinity_init()
|
/linux/arch/riscv/kernel/ |
H A D | acpi_numa.c | 130 node_set(node, numa_nodes_parsed); in acpi_numa_rintc_affinity_init()
|
/linux/mm/ |
H A D | numa_emulation.c | 246 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 D | numa_memblks.c | 29 node_set(mi->blk[i].nid, *nodemask); in numa_nodemask_from_meminfo() 375 node_set(nid, reserved_nodemask); in numa_clear_kernel_node_hotplug()
|
H A D | memory-tiers.c | 462 node_set(target, nd->preferred); in establish_demotion_targets() 557 node_set(node, memtype->nodes); in set_node_memory_tier()
|
H A D | mempolicy.c | 390 node_set(first_node(*nodes), pol->nodes); in mpol_new_preferred() 1222 node_set(source, nmask); in migrate_to_node() 3297 node_set(nid, interleave_nodes); in numa_policy_init() 3302 node_set(prefer, interleave_nodes); in numa_policy_init() 3441 node_set(first_node(nodes), new->nodes); in mpol_parse_str()
|
H A D | slub.c | 6254 node_set(nid, slab_nodes); in slab_mem_going_online_callback() 6341 node_set(node, slab_nodes); in kmem_cache_init() 6695 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location() 6733 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
|
H A D | memory_hotplug.c | 1867 node_set(mtc.nid, nmask); in do_migrate_range()
|
H A D | khugepaged.c | 900 node_set(nid, cc->alloc_nmask); in hpage_collapse_find_target_node()
|
H A D | page_alloc.c | 5511 node_set(node, *used_node_mask); in __build_all_zonelists() 5542 node_set(best_node, *used_node_mask); in __build_all_zonelists()
|
H A D | hugetlb.c | 1981 node_set(nid, *node_alloc_noretry); in alloc_buddy_hugetlb_folio() 5006 node_set(nid, hugetlb_bootmem_nodes); in hugetlb_bootmem_set_nodes()
|
/linux/drivers/base/ |
H A D | arch_numa.c | 286 node_set(0, numa_nodes_parsed); in dummy_numa_init()
|
/linux/lib/ |
H A D | group_cpus.c | 93 node_set(n, *nodemsk); in get_nodes_in_cpumask()
|
/linux/drivers/irqchip/ |
H A D | irq-loongson-eiointc.c | 435 node_set(cpu_to_eio_node(i), priv->node_map); in eiointc_init()
|
/linux/arch/x86/kernel/cpu/sgx/ |
H A D | main.c | 836 node_set(nid, sgx_numa_mask); in sgx_page_cache_init()
|
/linux/drivers/nvme/host/ |
H A D | multipath.c | 1118 node_set(node, numa_nodes); in numa_nodes_show()
|
/linux/kernel/sched/ |
H A D | fair.c | 2853 node_set(b, this_group); in preferred_group_nid()
|