Searched refs:task_complete (Results 1 – 2 of 2) sorted by relevance
267 unsigned int task_complete: 1; member
564 if (!ctx->task_complete) { in __io_cq_unlock_post() 2909 if (WARN_ON_ONCE(!ctx->task_complete)) in io_activate_pollwq() 3604 ctx->task_complete = true; in io_uring_create() 3606 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create() 3610 * lazy poll_wq activation relies on ->task_complete for synchronisation in io_uring_create() 3613 if (!ctx->task_complete) in io_uring_create()