Home
last modified time | relevance | path

Searched refs:memory_notify (Results 1 – 21 of 21) sorted by relevance

/linux-6.1.9/include/linux/
Dmemory.h102 struct memory_notify { struct
131 static inline int memory_notify(unsigned long val, void *v) in memory_notify() function
150 extern int memory_notify(unsigned long val, void *v);
/linux-6.1.9/Documentation/translations/zh_CN/core-api/
Dmemory-hotplug.rst60 memory_notify结构体的指针::
62 struct memory_notify {
/linux-6.1.9/mm/
Dmemory_hotplug.c620 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
633 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
1079 struct memory_notify arg; in online_pages()
1101 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
1150 memory_notify(MEM_ONLINE, &arg); in online_pages()
1158 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1735 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1772 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1797 struct memory_notify arg; in offline_pages()
1863 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages()
[all …]
Dpage_ext.c454 struct memory_notify *mn = arg; in page_ext_callback()
Dmemory-tiers.c600 struct memory_notify *arg = _arg; in memtier_hotplug_callback()
Dksm.c2798 struct memory_notify *mn = arg; in ksm_memory_callback()
Dslub.c4674 struct memory_notify *marg = arg; in slab_mem_offline_callback()
4700 struct memory_notify *marg = arg; in slab_mem_going_online_callback()
Dslab.c1117 struct memory_notify *mnb = arg; in slab_memory_callback()
/linux-6.1.9/Documentation/core-api/
Dmemory-hotplug.rst54 The third argument (arg) passes a pointer of struct memory_notify::
56 struct memory_notify {
/linux-6.1.9/arch/s390/mm/
Dinit.c255 struct memory_notify *arg; in s390_cma_mem_notifier()
/linux-6.1.9/mm/kasan/
Dshadow.c183 struct memory_notify *mem_data = data; in kasan_mem_notifier()
/linux-6.1.9/drivers/s390/char/
Dsclp_cmd.c323 struct memory_notify *arg; in sclp_mem_notifier()
/linux-6.1.9/drivers/hv/
Dhv_balloon.c640 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
/linux-6.1.9/drivers/acpi/numa/
Dhmat.c768 struct memory_notify *mnb = arg; in hmat_callback()
/linux-6.1.9/arch/s390/kernel/
Dsetup.c635 struct memory_notify *arg = data; in kdump_mem_notifier()
/linux-6.1.9/drivers/base/
Dmemory.c173 int memory_notify(unsigned long val, void *v) in memory_notify() function
/linux-6.1.9/arch/powerpc/platforms/pseries/
Diommu.c1583 struct memory_notify *arg = data; in iommu_mem_notifier()
/linux-6.1.9/arch/arm64/mm/
Dmmu.c1593 struct memory_notify *arg = data; in prevent_bootmem_remove_notifier()
/linux-6.1.9/drivers/virtio/
Dvirtio_mem.c954 struct memory_notify *mhp = arg; in virtio_mem_memory_notifier_cb()
/linux-6.1.9/drivers/net/ethernet/ibm/ehea/
Dehea_main.c3248 struct memory_notify *arg = data; in ehea_mem_notifier()
/linux-6.1.9/drivers/iommu/intel/
Diommu.c3721 struct memory_notify *mhp = v; in intel_iommu_memory_notifier()