Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemory_hotplug.h134 extern void arch_free_nodedata(pg_data_t *pgdat);
140 #define arch_free_nodedata(pgdat) generic_free_nodedata(pgdat) macro
/linux-4.4.14/arch/ia64/mm/
Ddiscontig.c743 void arch_free_nodedata(pg_data_t *pgdat) in arch_free_nodedata() function
/linux-4.4.14/mm/
Dmemory_hotplug.c1144 arch_free_nodedata(pgdat); in rollback_node_hotadd()