Searched refs:MEM_OFFLINE (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/base/ |
| H A D | memory.c | 193 case MEM_OFFLINE: in state_show() 334 case MEM_OFFLINE: in memory_block_action() 354 if (to_state == MEM_OFFLINE) in memory_block_change_state() 379 ret = memory_block_change_state(mem, MEM_ONLINE, MEM_OFFLINE); in memory_subsys_online() 389 if (mem->state == MEM_OFFLINE) in memory_subsys_offline() 392 return memory_block_change_state(mem, MEM_OFFLINE, MEM_ONLINE); in memory_subsys_offline() 700 memory->dev.offline = memory->state == MEM_OFFLINE; in __add_memory_block() 875 ret = add_memory_block(block_id, nid, MEM_OFFLINE, altmap, group); in create_memory_block_devices()
|
| /linux/include/linux/ |
| H A D | memory.h | 71 MEM_OFFLINE, /* exposed to userspace */ enumerator
|
| /linux/kernel/ |
| H A D | crash_core.c | 652 case MEM_OFFLINE: in crash_memhp_notifier()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | cmm.c | 480 case MEM_OFFLINE: in cmm_memory_cb()
|
| /linux/mm/kasan/ |
| H A D | shadow.c | 254 case MEM_OFFLINE: { in kasan_mem_notifier()
|
| /linux/drivers/s390/char/ |
| H A D | sclp_mem.c | 241 if (mem->state != MEM_OFFLINE) { in sclp_config_mem_store()
|
| /linux/mm/ |
| H A D | memory_hotplug.c | 2078 memory_notify(MEM_OFFLINE, &mem_arg); in offline_pages() 2104 if (unlikely(mem->state != MEM_OFFLINE)) { in check_memblock_offlined_cb()
|
| H A D | mmap.c | 1644 case MEM_OFFLINE: in reserve_mem_notifier()
|
| H A D | mm_init.c | 206 case MEM_OFFLINE: in mm_compute_batch_notifier()
|
| H A D | ksm.c | 3392 case MEM_OFFLINE: in ksm_memory_callback()
|
| /linux/arch/arm64/mm/ |
| H A D | mmu.c | 2030 if ((action != MEM_GOING_OFFLINE) && (action != MEM_OFFLINE)) in prevent_bootmem_remove_notifier() 2049 } else if (action == MEM_OFFLINE) { in prevent_bootmem_remove_notifier()
|