Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmemory.h102 struct memory_notify { struct
135 static inline int memory_notify(enum memory_block_state state, void *v) in memory_notify() function
159 extern int memory_notify(enum memory_block_state state, void *v);
/linux/mm/
H A Dmemory_hotplug.c1147 struct memory_notify mem_arg = { in online_pages()
1184 ret = memory_notify(MEM_GOING_ONLINE, &mem_arg); in online_pages()
1238 memory_notify(MEM_ONLINE, &mem_arg); in online_pages()
1245 memory_notify(MEM_CANCEL_ONLINE, &mem_arg); in online_pages()
1901 struct memory_notify mem_arg = { in offline_pages()
1981 ret = memory_notify(MEM_GOING_OFFLINE, &mem_arg); in offline_pages()
2078 memory_notify(MEM_OFFLINE, &mem_arg); in offline_pages()
2085 memory_notify(MEM_CANCEL_OFFLINE, &mem_arg); in offline_pages()
H A Dksm.c3376 struct memory_notify *mn = arg; in ksm_memory_callback()
/linux/arch/s390/mm/
H A Dinit.c238 struct memory_notify *arg; in s390_cma_mem_notifier()
/linux/mm/kasan/
H A Dshadow.c216 struct memory_notify *mem_data = data; in kasan_mem_notifier()
/linux/drivers/base/
H A Dmemory.c207 int memory_notify(enum memory_block_state state, void *v) in memory_notify() function
/linux/drivers/net/ethernet/ibm/ehea/
H A Dehea_main.c3247 struct memory_notify *arg = data; in ehea_mem_notifier()