Lines Matching refs:memory_notify
677 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
690 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
1153 struct memory_notify arg; in online_pages()
1174 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
1223 memory_notify(MEM_ONLINE, &arg); in online_pages()
1230 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1877 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1914 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1942 struct memory_notify arg; in offline_pages()
2006 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages()
2099 memory_notify(MEM_OFFLINE, &arg); in offline_pages()
2106 memory_notify(MEM_CANCEL_OFFLINE, &arg); in offline_pages()