Constant IORING_SETUP_COOP_TASKRUN [src]

Cooperative task running. When requests complete, they often require forcing the submitter to transition to the kernel to complete. If this flag is set, work will be done when the task transitions anyway, rather than force an inter-processor interrupt reschedule. This avoids interrupting a task running in userspace, and saves an IPI.

Source

pub const IORING_SETUP_COOP_TASKRUN = 1 << 8