Home
last modified time | relevance | path

Searched refs:tnid (Results 1 – 3 of 3) sorted by relevance

/arch/mips/loongson64/
Dnuma.c90 int tnid; in node_mem_init() local
107 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in node_mem_init()
108 if (tnid != node) in node_mem_init()
109 pr_info("NODE_DATA(%d) on node %d\n", node, tnid); in node_mem_init()
/arch/x86/mm/
Dnuma.c201 int tnid; in alloc_node_data() local
218 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in alloc_node_data()
219 if (tnid != nid) in alloc_node_data()
220 printk(KERN_INFO " NODE_DATA(%d) on node %d\n", nid, tnid); in alloc_node_data()
/arch/powerpc/mm/
Dnuma.c1088 int tnid; in setup_node_data() local
1100 tnid = early_pfn_to_nid(nd_pa >> PAGE_SHIFT); in setup_node_data()
1101 if (tnid != nid) in setup_node_data()
1102 pr_info(" NODE_DATA(%d) on node %d\n", nid, tnid); in setup_node_data()