Searched refs:memory_notify (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/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.4.14/mm/ |
D | memory_hotplug.c | 901 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 …]
|
D | page_ext.c | 331 struct memory_notify *mn = arg; in page_ext_callback()
|
D | ksm.c | 2049 struct memory_notify *mn = arg; in ksm_memory_callback()
|
D | slub.c | 3740 struct memory_notify *marg = arg; in slab_mem_offline_callback() 3775 struct memory_notify *marg = arg; in slab_mem_going_online_callback()
|
D | slab.c | 1326 struct memory_notify *mnb = arg; in slab_memory_callback()
|
/linux-4.4.14/drivers/hv/ |
D | hv_balloon.c | 562 struct memory_notify *mem = (struct memory_notify *)v; in hv_memory_notifier()
|
/linux-4.4.14/arch/powerpc/platforms/pseries/ |
D | cmm.c | 527 struct memory_notify *marg = arg; in cmm_mem_going_offline()
|
D | iommu.c | 1298 struct memory_notify *arg = data; in iommu_mem_notifier()
|
/linux-4.4.14/drivers/base/ |
D | memory.c | 174 int memory_notify(unsigned long val, void *v) in memory_notify() function
|
D | node.c | 526 struct memory_notify *mnb = arg; in node_memory_callback()
|
/linux-4.4.14/arch/s390/kernel/ |
D | setup.c | 489 struct memory_notify *arg = data; in kdump_mem_notifier()
|
/linux-4.4.14/drivers/s390/char/ |
D | sclp_cmd.c | 345 struct memory_notify *arg; in sclp_mem_notifier()
|
/linux-4.4.14/Documentation/ |
D | memory-hotplug.txt | 406 The third argument (arg) passes a pointer of struct memory_notify. 408 struct memory_notify {
|
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/ |
D | ehea_main.c | 3283 struct memory_notify *arg = data; in ehea_mem_notifier()
|
/linux-4.4.14/drivers/iommu/ |
D | intel-iommu.c | 4436 struct memory_notify *mhp = v; in intel_iommu_memory_notifier()
|