void pre_suspend(void) { #ifdef CONFIG_NETFRONT suspend_netfront(); #endif suspend_xenbus(); local_irq_disable(); suspend_gnttab(); suspend_time(); suspend_console(); suspend_events(); }
void suspend_networking(void) { suspend_netfront(dev); up(&tcpip_is_up); }