Searched refs:memory_notify (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/include/linux/ |
D | memory.h | 48 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/ |
D | memory_hotplug.c | 889 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 …]
|
D | page_ext.c | 327 struct memory_notify *mn = arg; in page_ext_callback()
|
D | ksm.c | 2028 struct memory_notify *mn = arg; in ksm_memory_callback()
|
D | slub.c | 3526 struct memory_notify *marg = arg; in slab_mem_offline_callback() 3561 struct memory_notify *marg = arg; in slab_mem_going_online_callback()
|
D | slab.c | 1325 struct memory_notify *mnb = arg; in slab_memory_callback()
|
/linux-4.1.27/drivers/hv/ |
D | hv_balloon.c | 560 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | cmm.c | 527 struct memory_notify *marg = arg; in cmm_mem_going_offline()
|
D | iommu.c | 1218 struct memory_notify *arg = data; in iommu_mem_notifier()
|
/linux-4.1.27/drivers/base/ |
D | memory.c | 174 int memory_notify(unsigned long val, void *v) in memory_notify() function
|
D | node.c | 522 struct memory_notify *mnb = arg; in node_memory_callback()
|
/linux-4.1.27/arch/s390/kernel/ |
D | setup.c | 487 struct memory_notify *arg = data; in kdump_mem_notifier()
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_cmd.c | 345 struct memory_notify *arg; in sclp_mem_notifier()
|
/linux-4.1.27/Documentation/ |
D | memory-hotplug.txt | 406 The third argument (arg) passes a pointer of struct memory_notify. 408 struct memory_notify {
|
/linux-4.1.27/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3283 struct memory_notify *arg = data; in ehea_mem_notifier()
|
/linux-4.1.27/drivers/iommu/ |
D | intel-iommu.c | 4052 struct memory_notify *mhp = v; in intel_iommu_memory_notifier()
|