Lines Matching refs:memory_notify
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()
1751 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in __offline_pages()
1837 memory_notify(MEM_OFFLINE, &arg); in __offline_pages()
1844 memory_notify(MEM_CANCEL_OFFLINE, &arg); in __offline_pages()