Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/core-api/
H A Dmemory-hotplug.rst106 - add_memory_resource()将首先使用mem_hotplug_lock,然后是device_lock()(在创
/linux/include/linux/
H A Dmemory_hotplug.h294 extern int add_memory_resource(int nid, struct resource *resource,
/linux/mm/
H A Dmemory_hotplug.c328 * add_memory_resource(). in check_pfn_span()
1498 int add_memory_resource(int nid, struct resource *res, mhp_t mhp_flags) in add_memory_resource()
1605 /* requires device_hotplug_lock, see add_memory_resource() */ in __add_memory()
1615 ret = add_memory_resource(nid, res, mhp_flags); in add_memory()
1673 rc = add_memory_resource(nid, res, mhp_flags); in add_memory_driver_managed()
1491 int add_memory_resource(int nid, struct resource *res, mhp_t mhp_flags) add_memory_resource() function
/linux/drivers/xen/
H A Dballoon.c327 rc = add_memory_resource(nid, resource, MHP_MERGE_RESOURCE); in reserve_additional_memory()
/linux/Documentation/core-api/
H A Dmemory-hotplug.rst177 - add_memory_resource() will first take the mem_hotplug_lock, followed by