Lines Matching refs:memory_notify
630 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
648 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
787 struct memory_notify arg; in online_pages()
804 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
857 memory_notify(MEM_ONLINE, &arg); in online_pages()
865 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1378 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1431 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1458 struct memory_notify arg; in offline_pages()
1508 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages()
1607 memory_notify(MEM_OFFLINE, &arg); in offline_pages()
1614 memory_notify(MEM_CANCEL_OFFLINE, &arg); in offline_pages()