Lines Matching refs:operations
18 RTIO takes a lot of inspiration from Linux's io_uring in its operations and API
25 An application wishing to do complex DMA or interrupt driven operations today
32 To enable asynchronous operations, especially with DMA, a description of what
33 to do rather than direct operations through C and callbacks is needed. Enabling
48 Only a single syscall is actually required to execute many operations, the
50 operations to wait on is given.
53 sequence of operations in an asynchronous way directly relates
60 The submission queue (sq), is the description of the operations
64 register address to then read from. So the sequence of operations might be...
73 If anything in this chain of operations fails give up. Some of those operations
76 the request also needs to be embodied in some manner. Of the operations above
80 The above sequence of operations is embodied in RTIO as chain of
87 Multiple operations against the same iodev are done in the order provided as
122 operations can be converted to a set of DMA transfer descriptors, meaning the