Home
last modified time | relevance | path

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

/linux-6.15/Documentation/translations/zh_CN/core-api/
H A Dmemory-hotplug.rst109 - add_memory_resource()将首先使用mem_hotplug_lock,然后是device_lock()(在创
/linux-6.15/include/linux/
H A Dmemory_hotplug.h310 extern int add_memory_resource(int nid, struct resource *resource,
/linux-6.15/Documentation/core-api/
H A Dmemory-hotplug.rst104 - add_memory_resource() will first take the mem_hotplug_lock, followed by
/linux-6.15/mm/
H A Dmemory_hotplug.c1503 int add_memory_resource(int nid, struct resource *res, mhp_t mhp_flags) in add_memory_resource() function
1619 ret = add_memory_resource(nid, res, mhp_flags); in __add_memory()
1677 rc = add_memory_resource(nid, res, mhp_flags); in add_memory_driver_managed()
/linux-6.15/drivers/xen/
H A Dballoon.c327 rc = add_memory_resource(nid, resource, MHP_MERGE_RESOURCE); in reserve_additional_memory()