Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dmemory_hotplug.h133 extern void arch_free_nodedata(pg_data_t *pgdat);
139 #define arch_free_nodedata(pgdat) generic_free_nodedata(pgdat) macro
/linux-4.1.27/arch/ia64/mm/
Ddiscontig.c743 void arch_free_nodedata(pg_data_t *pgdat) in arch_free_nodedata() function
/linux-4.1.27/mm/
Dmemory_hotplug.c1132 arch_free_nodedata(pgdat); in rollback_node_hotadd()