/openbmc/linux/include/linux/ |
H A D | memory.h | 100 struct memory_notify { struct 134 static inline int memory_notify(unsigned long val, void *v) in memory_notify() function 150 extern int memory_notify(unsigned long val, void *v);
|
/openbmc/linux/Documentation/translations/zh_CN/core-api/ |
H A D | memory-hotplug.rst | 60 memory_notify结构体的指针:: 62 struct memory_notify {
|
/openbmc/linux/mm/ |
H A D | memory_hotplug.c | 682 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online() 695 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node() 1144 struct memory_notify arg; in online_pages() 1165 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages() 1214 memory_notify(MEM_ONLINE, &arg); in online_pages() 1221 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages() 1813 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline() 1850 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node() 1878 struct memory_notify arg; in offline_pages() 1942 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages() [all …]
|
H A D | page_ext.c | 416 struct memory_notify *mn = arg; in page_ext_callback()
|
H A D | memory-tiers.c | 599 struct memory_notify *arg = _arg; in memtier_hotplug_callback()
|
H A D | ksm.c | 3060 struct memory_notify *mn = arg; in ksm_memory_callback()
|
H A D | slub.c | 4890 struct memory_notify *marg = arg; in slab_mem_offline_callback() 4916 struct memory_notify *marg = arg; in slab_mem_going_online_callback()
|
H A D | slab.c | 1116 struct memory_notify *mnb = arg; in slab_memory_callback()
|
/openbmc/linux/Documentation/core-api/ |
H A D | memory-hotplug.rst | 54 The third argument (arg) passes a pointer of struct memory_notify:: 56 struct memory_notify {
|
/openbmc/linux/arch/s390/mm/ |
H A D | init.c | 258 struct memory_notify *arg; in s390_cma_mem_notifier()
|
/openbmc/linux/mm/kasan/ |
H A D | shadow.c | 235 struct memory_notify *mem_data = data; in kasan_mem_notifier()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_cmd.c | 323 struct memory_notify *arg; in sclp_mem_notifier()
|
/openbmc/linux/drivers/hv/ |
H A D | hv_balloon.c | 649 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
|
/openbmc/linux/drivers/acpi/numa/ |
H A D | hmat.c | 768 struct memory_notify *mnb = arg; in hmat_callback()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | setup.c | 591 struct memory_notify *arg = data; in kdump_mem_notifier()
|
/openbmc/linux/drivers/base/ |
H A D | memory.c | 169 int memory_notify(unsigned long val, void *v) in memory_notify() function
|
/openbmc/linux/arch/arm64/mm/ |
H A D | mmu.c | 1357 struct memory_notify *arg = data; in prevent_bootmem_remove_notifier()
|
/openbmc/linux/arch/powerpc/platforms/pseries/ |
H A D | iommu.c | 1658 struct memory_notify *arg = data; in iommu_mem_notifier()
|
/openbmc/linux/drivers/virtio/ |
H A D | virtio_mem.c | 988 struct memory_notify *mhp = arg; in virtio_mem_memory_notifier_cb()
|
/openbmc/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea_main.c | 3249 struct memory_notify *arg = data; in ehea_mem_notifier()
|
/openbmc/linux/drivers/iommu/intel/ |
H A D | iommu.c | 3555 struct memory_notify *mhp = v; in intel_iommu_memory_notifier()
|