Searched refs:first_online_node (Results 1 – 13 of 13) sorted by relevance
/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 | 1026 first_online_node, NULL); in debug_vm_pgtable_alloc_huge_page()
|
H A D | mm_init.c | 643 nid = first_online_node; in early_pfn_to_nid()
|
H A D | hugetlb.c | 3551 int next_node = first_online_node; in hugetlb_pages_alloc_boot_node() 5033 h->next_nid_to_alloc = first_online_node; in hugetlb_bootmem_alloc()
|
/linux/arch/powerpc/include/asm/ |
H A D | topology.h | 99 return first_online_node; in of_drconf_to_nid_single()
|
/linux/include/linux/ |
H A D | nodemask.h | 431 #define first_online_node first_node(node_states[N_ONLINE]) macro 480 #define first_online_node 0 macro
|
/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()
|
/linux/mm/kfence/ |
H A D | core.c | 937 pages = alloc_contig_pages(nr_pages_pool, GFP_KERNEL, first_online_node, in kfence_init_late() 943 pages = alloc_contig_pages(nr_pages_meta, GFP_KERNEL, first_online_node, in kfence_init_late()
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | hotplug-cpu.c | 236 node = first_online_node; in pseries_add_processor()
|
H A D | hotplug-memory.c | 590 nid = first_online_node; in dlpar_add_lmb()
|
/linux/drivers/pci/ |
H A D | xen-pcifront.c | 72 sd->sd.node = first_online_node; in pcifront_init_sd()
|
/linux/net/sunrpc/ |
H A D | svc.c | 188 node = first_online_node; in svc_pool_map_choose_mode()
|
/linux/drivers/block/mtip32xx/ |
H A D | mtip32xx.c | 3614 next_node = first_online_node; in mtip_get_next_rr_node() 3620 next_node = first_online_node; in mtip_get_next_rr_node()
|