Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dmemory.h48 struct memory_notify { struct
91 static inline int memory_notify(unsigned long val, void *v) in memory_notify() function
116 extern int memory_notify(unsigned long val, void *v);
/linux-4.4.14/mm/
Dmemory_hotplug.c901 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
962 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
983 struct memory_notify arg; in online_pages()
1017 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
1020 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1044 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1074 memory_notify(MEM_ONLINE, &arg); in online_pages()
1625 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1700 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1722 struct memory_notify arg; in __offline_pages()
[all …]
Dpage_ext.c331 struct memory_notify *mn = arg; in page_ext_callback()
Dksm.c2049 struct memory_notify *mn = arg; in ksm_memory_callback()
Dslub.c3740 struct memory_notify *marg = arg; in slab_mem_offline_callback()
3775 struct memory_notify *marg = arg; in slab_mem_going_online_callback()
Dslab.c1326 struct memory_notify *mnb = arg; in slab_memory_callback()
/linux-4.4.14/drivers/hv/
Dhv_balloon.c562 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
/linux-4.4.14/arch/powerpc/platforms/pseries/
Dcmm.c527 struct memory_notify *marg = arg; in cmm_mem_going_offline()
Diommu.c1298 struct memory_notify *arg = data; in iommu_mem_notifier()
/linux-4.4.14/drivers/base/
Dmemory.c174 int memory_notify(unsigned long val, void *v) in memory_notify() function
Dnode.c526 struct memory_notify *mnb = arg; in node_memory_callback()
/linux-4.4.14/arch/s390/kernel/
Dsetup.c489 struct memory_notify *arg = data; in kdump_mem_notifier()
/linux-4.4.14/drivers/s390/char/
Dsclp_cmd.c345 struct memory_notify *arg; in sclp_mem_notifier()
/linux-4.4.14/Documentation/
Dmemory-hotplug.txt406 The third argument (arg) passes a pointer of struct memory_notify.
408 struct memory_notify {
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_main.c3283 struct memory_notify *arg = data; in ehea_mem_notifier()
/linux-4.4.14/drivers/iommu/
Dintel-iommu.c4436 struct memory_notify *mhp = v; in intel_iommu_memory_notifier()