Lines Matching refs:memory_notify
704 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
717 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
1180 struct memory_notify arg; in online_pages()
1201 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
1250 memory_notify(MEM_ONLINE, &arg); in online_pages()
1257 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1901 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1938 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1966 struct memory_notify arg; in offline_pages()
2029 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages()
2122 memory_notify(MEM_OFFLINE, &arg); in offline_pages()
2129 memory_notify(MEM_CANCEL_OFFLINE, &arg); in offline_pages()