Searched refs:MEM_ONLINE (Results 1 - 17 of 17) sorted by relevance

/linux-master/include/linux/
H A Dmemory.h93 #define MEM_ONLINE (1<<0) /* exposed to userspace */ macro
/linux-master/drivers/base/
H A Dmemory.c152 case MEM_ONLINE:
314 case MEM_ONLINE:
352 if (mem->state == MEM_ONLINE)
362 ret = memory_block_change_state(mem, MEM_ONLINE, MEM_OFFLINE);
375 return memory_block_change_state(mem, MEM_OFFLINE, MEM_ONLINE);
464 if (mem->state == MEM_ONLINE) {
801 if (state == MEM_ONLINE)
803 * MEM_ONLINE at this point implies early memory. With NUMA,
836 MEM_ONLINE, NULL, NULL);
/linux-master/mm/
H A Dpage_ext.c434 case MEM_ONLINE:
H A Dmemory-tiers.c798 case MEM_ONLINE:
H A Dmemory_hotplug.c1224 memory_notify(MEM_ONLINE, &arg);
H A Dmm_init.c187 case MEM_ONLINE:
H A Dmmap.c3905 case MEM_ONLINE:
H A Dslub.c5559 case MEM_ONLINE:
/linux-master/arch/powerpc/platforms/pseries/
H A Dcmm.c486 case MEM_ONLINE:
/linux-master/kernel/
H A Dcrash_core.c618 case MEM_ONLINE:
/linux-master/drivers/xen/
H A Dballoon.c356 if (val == MEM_ONLINE)
/linux-master/fs/proc/
H A Dkcore.c644 case MEM_ONLINE:
/linux-master/drivers/acpi/numa/
H A Dhmat.c924 if (nid == NUMA_NO_NODE || action != MEM_ONLINE)
/linux-master/drivers/hv/
H A Dhv_balloon.c653 case MEM_ONLINE:
/linux-master/drivers/virtio/
H A Dvirtio_mem.c1021 * e.g., in MEM_GOING_ONLINE and unlock it in MEM_ONLINE. The
1069 case MEM_ONLINE:
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c3258 case MEM_ONLINE:
/linux-master/drivers/cxl/core/
H A Dregion.c2319 if (nid == NUMA_NO_NODE || action != MEM_ONLINE)

Completed in 263 milliseconds