Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dmemory_hotplug.c2345 uint8_t **online_types = arg; in try_offline_memory_block() local
2364 **online_types = online_type; in try_offline_memory_block()
2366 (*online_types)++; in try_offline_memory_block()
2373 uint8_t **online_types = arg; in try_reonline_memory_block() local
2385 (*online_types)++; in try_reonline_memory_block()
2398 uint8_t *online_types, *tmp; in offline_and_remove_memory() local
2410 online_types = kmalloc_array(mb_count, sizeof(*online_types), in offline_and_remove_memory()
2412 if (!online_types) in offline_and_remove_memory()
2423 tmp = online_types; in offline_and_remove_memory()
2441 tmp = online_types; in offline_and_remove_memory()
[all …]