Searched refs:iothread_ctx (Results 1 – 5 of 5) sorted by relevance
26 struct iothread_ctx { struct43 struct iothread_ctx *ioctx_base; argument47 int iothread_add(struct iothread_ctx *ioctx_x, int fd, struct iothread_mevent *aevt);48 int iothread_del(struct iothread_ctx *ioctx_x, int fd);50 struct iothread_ctx *iothread_create(struct iothreads_option *iothr_opt);
430 struct iothread_ctx *ioctx;
27 static struct iothread_ctx ioctxes[IOTHREAD_NUM];38 struct iothread_ctx *ioctx_x = (struct iothread_ctx *)arg; in io_thread()65 iothread_start(struct iothread_ctx *ioctx_x) in iothread_start()99 iothread_add(struct iothread_ctx *ioctx_x, int fd, struct iothread_mevent *aevt) in iothread_add()129 iothread_del(struct iothread_ctx *ioctx_x, int fd) in iothread_del()152 struct iothread_ctx *ioctx_x; in iothread_deinit()189 struct iothread_ctx *194 struct iothread_ctx *ioctx_x; in iothread_create()195 struct iothread_ctx *ioctx_base = NULL; in iothread_create()
480 struct iothread_ctx *ioctx_base = NULL; in virtio_blk_init()
124 struct iothread_ctx *ioctx;
Completed in 14 milliseconds