Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dmemory_hotplug.h171 extern pg_data_t *arch_alloc_nodedata(int nid);
177 #define arch_alloc_nodedata(nid) generic_alloc_nodedata(nid) macro
/Linux-v5.15/arch/ia64/mm/
Ddiscontig.c612 pg_data_t *arch_alloc_nodedata(int nid) in arch_alloc_nodedata() function
/Linux-v5.15/mm/
Dmemory_hotplug.c1185 pgdat = arch_alloc_nodedata(nid); in hotadd_new_pgdat()