Module io_uring::squeue [−][src]
Submission Queue
Structs
| AvailableQueue | A snapshot of the submission queue. |
| Entry | An entry in the submission queue, representing a request for an I/O operation. |
| Flags | Submission flags |
| Insufficient | |
| SubmissionQueue | An io_uring instance's submission queue. This contains all the I/O operations the application sends to the kernel. |