Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dmemory_hotplug.c1807 uint8_t **online_types = arg; in try_offline_memory_block() local
1826 **online_types = online_type; in try_offline_memory_block()
1828 (*online_types)++; in try_offline_memory_block()
1835 uint8_t **online_types = arg; in try_reonline_memory_block() local
1838 if (**online_types != MMOP_OFFLINE) { in try_reonline_memory_block()
1839 mem->online_type = **online_types; in try_reonline_memory_block()
1847 (*online_types)++; in try_reonline_memory_block()
1860 uint8_t *online_types, *tmp; in offline_and_remove_memory() local
1872 online_types = kmalloc_array(mb_count, sizeof(*online_types), in offline_and_remove_memory()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dmemory_hotplug.c2274 uint8_t **online_types = arg; in try_offline_memory_block() local
2293 **online_types = online_type; in try_offline_memory_block()
2295 (*online_types)++; in try_offline_memory_block()
2302 uint8_t **online_types = arg; in try_reonline_memory_block() local
2305 if (**online_types != MMOP_OFFLINE) { in try_reonline_memory_block()
2306 mem->online_type = **online_types; in try_reonline_memory_block()
2314 (*online_types)++; in try_reonline_memory_block()
2327 uint8_t *online_types, *tmp; in offline_and_remove_memory() local
2339 online_types = kmalloc_array(mb_count, sizeof(*online_types), in offline_and_remove_memory()
[all...]

Completed in 6 milliseconds