Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Dmsg_ring.c71 if (!target_ctx->task_complete) in io_msg_need_remote()
H A Dio_uring.h108 } else if (!ctx->task_complete) { in io_lockdep_assert_cq_locked()
H A Dio_uring.c653 if (!ctx->task_complete) { in __io_cq_unlock_post()
1043 if (req->ctx->task_complete && req->ctx->submitter_task != current) { in io_req_complete_post()
3094 if (WARN_ON_ONCE(!ctx->task_complete)) in io_activate_pollwq()
4018 ctx->task_complete = true; in io_uring_create()
4020 if (ctx->task_complete || (ctx->flags & IORING_SETUP_IOPOLL)) in io_uring_create()
4027 if (!ctx->task_complete) in io_uring_create()
H A Dnet.c91 !req->ctx->task_complete; in io_check_multishot()
/openbmc/linux/include/linux/
H A Dio_uring_types.h206 unsigned int task_complete: 1; member
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Drunqueue.py1984 self.task_complete(task)
2110 def task_complete(self, task): member in RunQueueExecute
2382 self.task_complete(task)