Lines Matching refs:memory_notify
889 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
950 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
971 struct memory_notify arg; in online_pages()
1005 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
1008 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1032 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1062 memory_notify(MEM_ONLINE, &arg); in online_pages()
1579 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1654 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1676 struct memory_notify arg; in __offline_pages()
1705 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in __offline_pages()
1791 memory_notify(MEM_OFFLINE, &arg); in __offline_pages()
1798 memory_notify(MEM_CANCEL_OFFLINE, &arg); in __offline_pages()