Home
last modified time | relevance | path

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

/linux-6.1.9/mm/
Dmemory_hotplug.c2177 uint8_t **online_types = arg; in try_offline_memory_block() local
2196 **online_types = online_type; in try_offline_memory_block()
2198 (*online_types)++; in try_offline_memory_block()
2205 uint8_t **online_types = arg; in try_reonline_memory_block() local
2208 if (**online_types != MMOP_OFFLINE) { in try_reonline_memory_block()
2209 mem->online_type = **online_types; in try_reonline_memory_block()
2217 (*online_types)++; in try_reonline_memory_block()
2230 uint8_t *online_types, *tmp; in offline_and_remove_memory() local
2242 online_types = kmalloc_array(mb_count, sizeof(*online_types), in offline_and_remove_memory()
2244 if (!online_types) in offline_and_remove_memory()
[all …]