Skip to main content

Module dispatch

Module dispatch 

Source
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ยง

DispatchOutcome ๐Ÿ”’

Constantsยง

EBADF ๐Ÿ”’
EFAULT ๐Ÿ”’
EINVAL ๐Ÿ”’
EIO ๐Ÿ”’
ENOMSG ๐Ÿ”’
IPC_MSG_SIZE ๐Ÿ”’

Functionsยง

dispatch_one ๐Ÿ”’
Dispatch a single SQE by opcode.
drain_submissions
Process up to count pending SQEs from the given ring.