Expand description
SQE dispatch : routes submitted SQEs to the appropriate backend.
Called from SYS_ASYNC_ENTER when to_submit > 0. Walks the
submission queue and dispatches each SQE by opcode.
Enumsยง
- Dispatch
Outcome ๐
Constantsยง
Functionsยง
- dispatch_
one ๐ - Dispatch a single SQE by opcode.
- drain_
submissions - Process up to
countpending SQEs from the given ring.