/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/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()
|
H A D | amdtopology.c | 153 node_set(nodeid, numa_nodes_parsed); in amd_numa_init()
|
H A D | numa.c | 212 node_set(0, numa_nodes_parsed); in dummy_numa_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/arch/s390/kernel/ |
H A D | numa.c | 22 node_set(0, node_possible_map); in numa_setup()
|
/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_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 | 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 | 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 | 6239 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 D | memory_hotplug.c | 1861 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 find_next_best_node() 5542 node_set(best_node, *used_node_mask); in find_next_best_node()
|
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/include/linux/ |
H A D | nodemask.h | 124 #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 D | arch_numa.c | 286 node_set(0, numa_nodes_parsed); in dummy_numa_init()
|
/linux/arch/loongarch/kernel/ |
H A D | numa.c | 237 node_set(0, numa_nodes_parsed); in fake_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/kernel/sched/ |
H A D | fair.c | 2853 node_set(b, this_group); in preferred_group_nid()
|