Lines Matching refs:memory_notify
687 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
748 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
893 struct memory_notify arg; in online_pages()
910 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
959 memory_notify(MEM_ONLINE, &arg); in online_pages()
966 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1504 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1579 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1602 struct memory_notify arg; in __offline_pages()
1628 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in __offline_pages()
1692 memory_notify(MEM_OFFLINE, &arg); in __offline_pages()
1699 memory_notify(MEM_CANCEL_OFFLINE, &arg); in __offline_pages()