Symbol: memory_notify
arch/arm64/mm/mmu.c
2154
struct memory_notify *arg = data;
arch/powerpc/kexec/crash.c
490
static void update_crash_elfcorehdr(struct kimage *image, struct memory_notify *mn)
arch/powerpc/kexec/crash.c
637
struct memory_notify *mn;
arch/powerpc/kexec/crash.c
649
mn = (struct memory_notify *)arg;
arch/powerpc/platforms/pseries/iommu.c
2421
struct memory_notify *arg = data;
arch/s390/kernel/setup.c
568
struct memory_notify *arg = data;
arch/s390/mm/init.c
237
struct memory_notify *arg;
arch/x86/virt/vmx/tdx/tdx.c
1477
struct memory_notify *mn = v;
drivers/hv/hv_balloon.c
639
struct memory_notify *mem = (struct memory_notify *)v;
drivers/net/ethernet/ibm/ehea/ehea_main.c
3249
struct memory_notify *arg = data;
drivers/virtio/virtio_mem.c
995
struct memory_notify *mhp = arg;
include/linux/memory.h
160
extern int memory_notify(enum memory_block_state state, void *v);
mm/kasan/shadow.c
216
struct memory_notify *mem_data = data;
mm/ksm.c
3378
struct memory_notify *mn = arg;
mm/memory_hotplug.c
1140
struct memory_notify mem_arg = {
mm/memory_hotplug.c
1177
ret = memory_notify(MEM_GOING_ONLINE, &mem_arg);
mm/memory_hotplug.c
1238
memory_notify(MEM_ONLINE, &mem_arg);
mm/memory_hotplug.c
1245
memory_notify(MEM_CANCEL_ONLINE, &mem_arg);
mm/memory_hotplug.c
1909
struct memory_notify mem_arg = {
mm/memory_hotplug.c
1991
ret = memory_notify(MEM_GOING_OFFLINE, &mem_arg);
mm/memory_hotplug.c
2099
memory_notify(MEM_OFFLINE, &mem_arg);
mm/memory_hotplug.c
2106
memory_notify(MEM_CANCEL_OFFLINE, &mem_arg);
mm/page_ext.c
427
struct memory_notify *mn = arg;