Home
last modified time | relevance | path

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

/linux-6.6.21/io_uring/
Dmsg_ring.c71 if (!target_ctx->task_complete) in io_msg_need_remote()
Dio_uring.h106 } else if (!ctx->task_complete) { in io_lockdep_assert_cq_locked()
Dio_uring.c659 if (!ctx->task_complete) { in __io_cq_unlock_post()
1033 if (req->ctx->task_complete && req->ctx->submitter_task != current) { in io_req_complete_post()
2999 if (WARN_ON_ONCE(!ctx->task_complete)) in io_activate_pollwq()
3925 ctx->task_complete = true; in io_uring_create()
3927 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
3934 if (!ctx->task_complete) in io_uring_create()
Dnet.c91 !req->ctx->task_complete; in io_check_multishot()
/linux-6.6.21/include/linux/
Dio_uring_types.h206 unsigned int task_complete: 1; member