Searched refs:stopev (Results 1 – 1 of 1) sorted by relevance
1810 struct ub_event* timer, *stopev; in dtio_control_stop_flush() local1846 stopev = ub_event_new(info.base, dtio->fd, UB_EV_READ | in dtio_control_stop_flush()1848 if(!stopev) { in dtio_control_stop_flush()1855 if(ub_event_add(stopev, NULL) != 0) { in dtio_control_stop_flush()1857 ub_event_free(stopev); in dtio_control_stop_flush()1867 ub_event_del(stopev); in dtio_control_stop_flush()1868 ub_event_free(stopev); in dtio_control_stop_flush()1874 dtio->stop_flush_event = stopev; in dtio_control_stop_flush()1885 ub_event_del(stopev); in dtio_control_stop_flush()1886 ub_event_free(stopev); in dtio_control_stop_flush()