Searched refs:first_online_node (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/arch/powerpc/mm/ |
D | numa.c | 709 set_cpu_numa_node(lcpu, first_online_node); in numa_setup_cpu() 710 return first_online_node; in numa_setup_cpu() 746 nid = first_online_node; in numa_setup_cpu() 1323 return first_online_node; in hot_add_scn_to_nid() 1334 nid = first_online_node; in hot_add_scn_to_nid() 1427 new_nid = first_online_node; in find_and_update_cpu_nid()
|
/linux-6.12.1/mm/ |
D | mmzone.c | 15 return NODE_DATA(first_online_node); in first_online_pgdat()
|
D | debug_vm_pgtable.c | 1085 first_online_node, NULL); in debug_vm_pgtable_alloc_huge_page()
|
D | mm_init.c | 627 nid = first_online_node; in early_pfn_to_nid()
|
D | hugetlb.c | 3364 int next_node = first_online_node; in hugetlb_pages_alloc_boot_node()
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | topology.h | 99 return first_online_node; in of_drconf_to_nid_single()
|
/linux-6.12.1/include/linux/ |
D | nodemask.h | 444 #define first_online_node first_node(node_states[N_ONLINE]) macro 493 #define first_online_node 0 macro
|
/linux-6.12.1/kernel/irq/ |
D | irqdesc.c | 564 int i, initcnt, node = first_online_node; in early_irq_init() 602 int count, i, node = first_online_node; in early_irq_init()
|
/linux-6.12.1/mm/kfence/ |
D | core.c | 936 pages = alloc_contig_pages(nr_pages_pool, GFP_KERNEL, first_online_node, in kfence_init_late() 942 pages = alloc_contig_pages(nr_pages_meta, GFP_KERNEL, first_online_node, in kfence_init_late()
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | hotplug-cpu.c | 233 node = first_online_node; in pseries_add_processor()
|
D | hotplug-memory.c | 590 nid = first_online_node; in dlpar_add_lmb()
|
/linux-6.12.1/drivers/pci/ |
D | xen-pcifront.c | 72 sd->sd.node = first_online_node; in pcifront_init_sd()
|
/linux-6.12.1/net/sunrpc/ |
D | svc.c | 188 node = first_online_node; in svc_pool_map_choose_mode()
|
/linux-6.12.1/drivers/block/mtip32xx/ |
D | mtip32xx.c | 3603 next_node = first_online_node; in mtip_get_next_rr_node() 3609 next_node = first_online_node; in mtip_get_next_rr_node()
|