Lines Matching refs:memory_notify
618 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
631 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
1068 struct memory_notify arg; in online_pages()
1091 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
1140 memory_notify(MEM_ONLINE, &arg); in online_pages()
1148 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1791 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1828 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1853 struct memory_notify arg; in offline_pages()
1917 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages()
2001 memory_notify(MEM_OFFLINE, &arg); in offline_pages()
2008 memory_notify(MEM_CANCEL_OFFLINE, &arg); in offline_pages()