예제 #1
0
void pre_suspend(void)
{
#ifdef CONFIG_NETFRONT
    suspend_netfront();
#endif

    suspend_xenbus();

    local_irq_disable();

    suspend_gnttab();

    suspend_time();

    suspend_console();

    suspend_events();
}
예제 #2
0
파일: lwip-net.c 프로젝트: farewellkou/xen
void suspend_networking(void)
{
  suspend_netfront(dev);
  up(&tcpip_is_up);
}