Searched refs:dt_io_thread (Results 1 – 4 of 4) sorted by relevance
50 struct dt_io_thread;78 struct dt_io_thread* dtio;120 struct dt_io_thread { struct278 struct dt_io_thread* dt_io_thread_create(void);284 void dt_io_thread_delete(struct dt_io_thread* dtio);292 int dt_io_thread_apply_cfg(struct dt_io_thread* dtio,303 int dt_io_thread_register_queue(struct dt_io_thread* dtio,311 void dt_io_thread_unregister_queue(struct dt_io_thread* dtio,324 int dt_io_thread_start(struct dt_io_thread* dtio, void* event_base_nothr,331 void dt_io_thread_stop(struct dt_io_thread* dtio);
149 static void dtio_wakeup(struct dt_io_thread* dtio) in dtio_wakeup()304 struct dt_io_thread* dt_io_thread_create(void) in dt_io_thread_create()313 void dt_io_thread_delete(struct dt_io_thread* dtio) in dt_io_thread_delete()566 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; in dtio_reconnect_timeout_cb()1263 static void dtio_sleep(struct dt_io_thread* dtio) in dtio_sleep()1487 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; in dtio_output_cb()1581 struct dt_io_thread* dtio = (struct dt_io_thread*)arg; in dtio_cmd_cb()1677 struct dt_io_thread* dtio;1701 struct dt_io_thread* dtio = info->dtio; in dtio_control_stop_send()1737 struct dt_io_thread* dtio = info->dtio; in dtio_stop_ev_cb()[all …]
49 struct dt_io_thread* dtio;