Home
last modified time | relevance | path

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

/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/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 Damdtopology.c153 node_set(nodeid, numa_nodes_parsed); in amd_numa_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/arch/s390/kernel/
H A Dnuma.c22 node_set(0, node_possible_map); in numa_setup()
/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_memblks.c29 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 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 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.c390 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 Dslub.c6239 node_set(nid, slab_nodes); in slab_mem_going_online_callback()
6326 node_set(node, slab_nodes); in kmem_cache_init()
6680 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
6718 node_set(page_to_nid(virt_to_page(track)), l->nodes); in add_location()
H A Dmemory_hotplug.c1861 node_set(mtc.nid, nmask); in do_migrate_range()
H A Dkhugepaged.c900 node_set(nid, cc->alloc_nmask); in hpage_collapse_find_target_node()
H A Dpage_alloc.c5511 node_set(node, *used_node_mask); in find_next_best_node()
5542 node_set(best_node, *used_node_mask); in find_next_best_node()
H A Dhugetlb.c1981 node_set(nid, *node_alloc_noretry); in alloc_buddy_hugetlb_folio()
5006 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/arch/loongarch/kernel/
H A Dnuma.c237 node_set(0, numa_nodes_parsed); in fake_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.c435 node_set(cpu_to_eio_node(i), priv->node_map); in eiointc_init()
/linux/arch/x86/kernel/cpu/sgx/
H A Dmain.c836 node_set(nid, sgx_numa_mask); in sgx_page_cache_init()
/linux/kernel/sched/
H A Dfair.c2853 node_set(b, this_group); in preferred_group_nid()