Searched refs:first_online_node (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/powerpc/mm/ |
H A D | numa.c | 711 set_cpu_numa_node(lcpu, first_online_node); in numa_setup_cpu() 712 return first_online_node; in numa_setup_cpu() 748 nid = first_online_node; in numa_setup_cpu() 1329 return first_online_node; in hot_add_scn_to_nid() 1340 nid = first_online_node; in hot_add_scn_to_nid() 1433 new_nid = first_online_node; in find_and_update_cpu_nid()
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | numa.c | 36 nid = first_online_node; in map_cpu_to_node()
|
/openbmc/linux/mm/ |
H A D | mmzone.c | 15 return NODE_DATA(first_online_node); in first_online_pgdat()
|
H A D | debug_vm_pgtable.c | 1083 first_online_node, NULL); in debug_vm_pgtable_alloc_huge_page()
|
H A D | mm_init.c | 626 nid = first_online_node; in early_pfn_to_nid()
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | topology.h | 99 return first_online_node; in of_drconf_to_nid_single()
|
/openbmc/linux/include/linux/ |
H A D | nodemask.h | 444 #define first_online_node first_node(node_states[N_ONLINE]) macro 493 #define first_online_node 0 macro
|
/openbmc/linux/kernel/irq/ |
H A D | irqdesc.c | 551 int i, initcnt, node = first_online_node; in early_irq_init() 589 int count, i, node = first_online_node; in early_irq_init()
|
/openbmc/linux/mm/kfence/ |
H A D | core.c | 918 pages = alloc_contig_pages(nr_pages_pool, GFP_KERNEL, first_online_node, in kfence_init_late() 924 pages = alloc_contig_pages(nr_pages_meta, GFP_KERNEL, first_online_node, in kfence_init_late()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | hotplug-cpu.c | 233 node = first_online_node; in pseries_add_processor()
|
H A D | hotplug-memory.c | 586 nid = first_online_node; in dlpar_add_lmb()
|
/openbmc/linux/drivers/pci/ |
H A D | xen-pcifront.c | 72 sd->sd.node = first_online_node; in pcifront_init_sd()
|
/openbmc/linux/net/sunrpc/ |
H A D | svc.c | 144 node = first_online_node; in svc_pool_map_choose_mode()
|
/openbmc/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 3619 next_node = first_online_node; in mtip_get_next_rr_node() 3625 next_node = first_online_node; in mtip_get_next_rr_node()
|