Searched refs:stopev (Results 1 – 1 of 1) sorted by relevance
1813 struct ub_event* timer, *stopev; in dtio_control_stop_flush() local1849 stopev = ub_event_new(info.base, dtio->fd, UB_EV_READ | in dtio_control_stop_flush()1851 if(!stopev) { in dtio_control_stop_flush()1858 if(ub_event_add(stopev, NULL) != 0) { in dtio_control_stop_flush()1860 ub_event_free(stopev); in dtio_control_stop_flush()1870 ub_event_del(stopev); in dtio_control_stop_flush()1871 ub_event_free(stopev); in dtio_control_stop_flush()1877 dtio->stop_flush_event = stopev; in dtio_control_stop_flush()1888 ub_event_del(stopev); in dtio_control_stop_flush()1889 ub_event_free(stopev); in dtio_control_stop_flush()