Searched refs:IORING_SETUP_DEFER_TASKRUN (Results 1 – 3 of 3) sorted by relevance
636 if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN)) { in __io_cq_unlock_post_flush()2602 if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) { in io_cqring_wait()2643 if (!(ctx->flags & IORING_SETUP_DEFER_TASKRUN)) in io_cqring_wait()2979 if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) in io_ring_exit_work()3175 if ((ctx->flags & IORING_SETUP_DEFER_TASKRUN) && in io_uring_try_cancel_requests()3470 if (ctx->flags & IORING_SETUP_DEFER_TASKRUN) in SYSCALL_DEFINE6()3685 if ((ctx->flags & IORING_SETUP_DEFER_TASKRUN) && in io_uring_create()3720 IORING_SETUP_DEFER_TASKRUN)) in io_uring_create()3727 !(ctx->flags & IORING_SETUP_DEFER_TASKRUN)) in io_uring_create()3737 if (ctx->flags & IORING_SETUP_DEFER_TASKRUN && in io_uring_create()[all …]
375 return likely(!(ctx->flags & IORING_SETUP_DEFER_TASKRUN) || in io_allowed_run_tw()
174 #define IORING_SETUP_DEFER_TASKRUN (1U << 13) macro
Completed in 14 milliseconds