Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dmemory_hotplug.h116 extern void arch_free_nodedata(pg_data_t *pgdat);
122 #define arch_free_nodedata(pgdat) generic_free_nodedata(pgdat) macro
/linux-3.4.99/arch/ia64/mm/
Ddiscontig.c809 void arch_free_nodedata(pg_data_t *pgdat) in arch_free_nodedata() function
/linux-3.4.99/mm/
Dmemory_hotplug.c578 arch_free_nodedata(pgdat); in rollback_node_hotadd()