Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemory_hotplug.h270 extern int add_memory_resource(int nid, struct resource *resource);
/linux-4.4.14/mm/
Dmemory_hotplug.c1235 int __ref add_memory_resource(int nid, struct resource *res) in add_memory_resource() function
1307 EXPORT_SYMBOL_GPL(add_memory_resource);
1318 ret = add_memory_resource(nid, res); in add_memory()
/linux-4.4.14/drivers/xen/
Dballoon.c357 rc = add_memory_resource(nid, resource); in reserve_additional_memory()