Searched refs:memory_notify (Results 1 – 22 of 22) sorted by relevance
/Linux-v5.15/include/linux/ |
D | memory.h | 95 struct memory_notify { struct 125 static inline int memory_notify(unsigned long val, void *v) in memory_notify() function 137 extern int memory_notify(unsigned long val, void *v);
|
/Linux-v5.15/Documentation/translations/zh_CN/core-api/ |
D | memory-hotplug.rst | 60 memory_notify结构体的指针:: 62 struct memory_notify {
|
/Linux-v5.15/mm/ |
D | memory_hotplug.c | 623 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online() 641 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node() 1081 struct memory_notify arg; in online_pages() 1104 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages() 1153 memory_notify(MEM_ONLINE, &arg); in online_pages() 1161 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages() 1798 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline() 1851 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node() 1879 struct memory_notify arg; in offline_pages() 1943 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages() [all …]
|
D | page_ext.c | 351 struct memory_notify *mn = arg; in page_ext_callback()
|
D | ksm.c | 2770 struct memory_notify *mn = arg; in ksm_memory_callback()
|
D | migrate.c | 3225 struct memory_notify *arg = _arg; in migrate_on_reclaim_callback()
|
D | slub.c | 4650 struct memory_notify *marg = arg; in slab_mem_offline_callback() 4676 struct memory_notify *marg = arg; in slab_mem_going_online_callback()
|
D | slab.c | 1132 struct memory_notify *mnb = arg; in slab_memory_callback()
|
/Linux-v5.15/Documentation/core-api/ |
D | memory-hotplug.rst | 54 The third argument (arg) passes a pointer of struct memory_notify:: 56 struct memory_notify {
|
/Linux-v5.15/arch/s390/mm/ |
D | init.c | 263 struct memory_notify *arg; in s390_cma_mem_notifier()
|
/Linux-v5.15/mm/kasan/ |
D | shadow.c | 183 struct memory_notify *mem_data = data; in kasan_mem_notifier()
|
/Linux-v5.15/drivers/s390/char/ |
D | sclp_cmd.c | 324 struct memory_notify *arg; in sclp_mem_notifier()
|
/Linux-v5.15/drivers/hv/ |
D | hv_balloon.c | 633 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
|
/Linux-v5.15/drivers/acpi/numa/ |
D | hmat.c | 756 struct memory_notify *mnb = arg; in hmat_callback()
|
/Linux-v5.15/arch/s390/kernel/ |
D | setup.c | 621 struct memory_notify *arg = data; in kdump_mem_notifier()
|
/Linux-v5.15/drivers/base/ |
D | memory.c | 173 int memory_notify(unsigned long val, void *v) in memory_notify() function
|
D | node.c | 936 struct memory_notify *mnb = arg; in node_memory_callback()
|
/Linux-v5.15/arch/powerpc/platforms/pseries/ |
D | iommu.c | 1583 struct memory_notify *arg = data; in iommu_mem_notifier()
|
/Linux-v5.15/arch/arm64/mm/ |
D | mmu.c | 1527 struct memory_notify *arg = data; in prevent_bootmem_remove_notifier()
|
/Linux-v5.15/drivers/virtio/ |
D | virtio_mem.c | 939 struct memory_notify *mhp = arg; in virtio_mem_memory_notifier_cb()
|
/Linux-v5.15/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3245 struct memory_notify *arg = data; in ehea_mem_notifier()
|
/Linux-v5.15/drivers/iommu/intel/ |
D | iommu.c | 4051 struct memory_notify *mhp = v; in intel_iommu_memory_notifier()
|