Searched refs:task_complete (Results 1 - 4 of 4) sorted by relevance

/linux-master/io_uring/
H A Dmsg_ring.c71 if (!target_ctx->task_complete)
H A Dio_uring.h131 } else if (!ctx->task_complete) {
H A Dio_uring.c650 if (!ctx->task_complete) {
1027 if (ctx->task_complete && ctx->submitter_task != current) {
2961 if (WARN_ON_ONCE(!ctx->task_complete))
3890 ctx->task_complete = true;
3892 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL))
3896 * lazy poll_wq activation relies on ->task_complete for synchronisation
3899 if (!ctx->task_complete)
/linux-master/include/linux/
H A Dio_uring_types.h238 unsigned int task_complete: 1; member in struct:io_ring_ctx::__anon47

Completed in 144 milliseconds