Lines Matching refs:memory_notify
629 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_online()
647 static void node_states_set_node(int node, struct memory_notify *arg) in node_states_set_node()
786 struct memory_notify arg; in online_pages()
803 ret = memory_notify(MEM_GOING_ONLINE, &arg); in online_pages()
856 memory_notify(MEM_ONLINE, &arg); in online_pages()
864 memory_notify(MEM_CANCEL_ONLINE, &arg); in online_pages()
1428 struct zone *zone, struct memory_notify *arg) in node_states_check_changes_offline()
1481 static void node_states_clear_node(int node, struct memory_notify *arg) in node_states_clear_node()
1508 struct memory_notify arg; in offline_pages()
1561 ret = memory_notify(MEM_GOING_OFFLINE, &arg); in offline_pages()
1659 memory_notify(MEM_OFFLINE, &arg); in offline_pages()
1666 memory_notify(MEM_CANCEL_OFFLINE, &arg); in offline_pages()