Home
last modified time | relevance | path

Searched refs:iothread_ctx (Results 1 – 5 of 5) sorted by relevance

/devicemodel/include/
A Diothread.h26 struct iothread_ctx { struct
43 struct iothread_ctx *ioctx_base; argument
47 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);
A Dvirtio.h430 struct iothread_ctx *ioctx;
/devicemodel/core/
A Diothread.c27 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()
/devicemodel/hw/pci/virtio/
A Dvirtio_block.c480 struct iothread_ctx *ioctx_base = NULL; in virtio_blk_init()
/devicemodel/hw/
A Dblock_if.c124 struct iothread_ctx *ioctx;

Completed in 14 milliseconds