Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dio_uring_types.h206 unsigned int task_complete: 1; member
/Linux-v6.6/io_uring/
Dmsg_ring.c71 if (!target_ctx->task_complete) in io_msg_need_remote()
Dio_uring.h96 } else if (!ctx->task_complete) { in io_lockdep_assert_cq_locked()
Dio_uring.c656 if (!ctx->task_complete) { in __io_cq_unlock_post()
1030 if (req->ctx->task_complete && req->ctx->submitter_task != current) { in io_req_complete_post()
2978 if (WARN_ON_ONCE(!ctx->task_complete)) in io_activate_pollwq()
3907 ctx->task_complete = true; in io_uring_create()
3909 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
3916 if (!ctx->task_complete) in io_uring_create()
Dnet.c83 !req->ctx->task_complete; in io_check_multishot()