Lines Matching refs:memory_notify
640 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
658 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
793 struct memory_notify arg; in online_pages()
814 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
861 memory_notify(MEM_ONLINE, &arg); in online_pages()
869 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1416 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1469 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1490 struct memory_notify arg; in __offline_pages()
1522 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in __offline_pages()
1604 memory_notify(MEM_OFFLINE, &arg); in __offline_pages()
1610 memory_notify(MEM_CANCEL_OFFLINE, &arg); in __offline_pages()