Searched refs:memory_notify (Results 1 – 7 of 7) sorted by relevance
102 struct memory_notify { struct135 static inline int memory_notify(enum memory_block_state state, void *v) in memory_notify() function159 extern int memory_notify(enum memory_block_state state, void *v);
1147 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()
3376 struct memory_notify *mn = arg; in ksm_memory_callback()
238 struct memory_notify *arg; in s390_cma_mem_notifier()
216 struct memory_notify *mem_data = data; in kasan_mem_notifier()
207 int memory_notify(enum memory_block_state state, void *v) in memory_notify() function
3247 struct memory_notify *arg = data; in ehea_mem_notifier()