Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/mm/
Dmemory_hotplug.c889 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
950 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
971 struct memory_notify arg; in online_pages()
1005 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
1008 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1032 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1062 memory_notify(MEM_ONLINE, &arg); in online_pages()
1579 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1654 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1676 struct memory_notify arg; in __offline_pages()
[all …]
Dpage_ext.c327 struct memory_notify *mn = arg; in page_ext_callback()
Dksm.c2028 struct memory_notify *mn = arg; in ksm_memory_callback()
Dslub.c3526 struct memory_notify *marg = arg; in slab_mem_offline_callback()
3561 struct memory_notify *marg = arg; in slab_mem_going_online_callback()
Dslab.c1325 struct memory_notify *mnb = arg; in slab_memory_callback()
/linux-4.1.27/drivers/hv/
Dhv_balloon.c560 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dcmm.c527 struct memory_notify *marg = arg; in cmm_mem_going_offline()
Diommu.c1218 struct memory_notify *arg = data; in iommu_mem_notifier()
/linux-4.1.27/drivers/base/
Dmemory.c174 int memory_notify(unsigned long val, void *v) in memory_notify() function
Dnode.c522 struct memory_notify *mnb = arg; in node_memory_callback()
/linux-4.1.27/arch/s390/kernel/
Dsetup.c487 struct memory_notify *arg = data; in kdump_mem_notifier()
/linux-4.1.27/drivers/s390/char/
Dsclp_cmd.c345 struct memory_notify *arg; in sclp_mem_notifier()
/linux-4.1.27/Documentation/
Dmemory-hotplug.txt406 The third argument (arg) passes a pointer of struct memory_notify.
408 struct memory_notify {
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/
Dehea_main.c3283 struct memory_notify *arg = data; in ehea_mem_notifier()
/linux-4.1.27/drivers/iommu/
Dintel-iommu.c4052 struct memory_notify *mhp = v; in intel_iommu_memory_notifier()