Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemory_hotplug.h132 extern pg_data_t *arch_alloc_nodedata(int nid);
138 #define arch_alloc_nodedata(nid) generic_alloc_nodedata(nid) macro
/linux-4.1.27/arch/ia64/mm/
Ddiscontig.c736 pg_data_t *arch_alloc_nodedata(int nid) in arch_alloc_nodedata() function
/linux-4.1.27/mm/
Dmemory_hotplug.c1087 pgdat = arch_alloc_nodedata(nid); in hotadd_new_pgdat()