Home
last modified time | relevance | path

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

/linux/include/linux/
A Dio_uring_types.h230 unsigned int task_complete: 1; member
/linux/io_uring/
A Dmsg_ring.c71 return target_ctx->task_complete; in io_msg_need_remote()
A Dio_uring.h124 } else if (!ctx->task_complete) { in io_lockdep_assert_cq_locked()
A Dio_uring.c594 if (!ctx->task_complete) { in __io_cq_unlock_post()
908 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) { in io_req_complete_post()
2805 if (WARN_ON_ONCE(!ctx->task_complete)) in io_activate_pollwq()
3565 ctx->task_complete = true; in io_uring_create()
3567 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
3574 if (!ctx->task_complete) in io_uring_create()

Completed in 14 milliseconds