Home
last modified time | relevance | path

Searched refs:io_wq (Results 1 – 14 of 14) sorted by relevance

/Linux-v6.1/io_uring/
Dio-wq.h7 struct io_wq;
46 struct io_wq *io_wq_create(unsigned bounded, struct io_wq_data *data);
47 void io_wq_exit_start(struct io_wq *wq);
48 void io_wq_put_and_exit(struct io_wq *wq);
50 void io_wq_enqueue(struct io_wq *wq, struct io_wq_work *work);
53 int io_wq_cpu_affinity(struct io_wq *wq, cpumask_var_t mask);
54 int io_wq_max_workers(struct io_wq *wq, int *new_count);
63 enum io_wq_cancel io_wq_cancel_cb(struct io_wq *wq, work_cancel_fn *cancel,
Dio-wq.c106 struct io_wq *wq;
115 struct io_wq { struct
143 static bool create_io_worker(struct io_wq *wq, struct io_wqe *wqe, int index); argument
149 static void io_wq_cancel_tw_create(struct io_wq *wq);
178 static void io_worker_ref_put(struct io_wq *wq) in io_worker_ref_put()
188 struct io_wq *wq = wqe->wq; in io_worker_cancel_cb()
212 struct io_wq *wq = wqe->wq; in io_worker_exit()
323 struct io_wq *wq; in create_worker_cb()
353 struct io_wq *wq = wqe->wq; in io_queue_worker_create()
450 struct io_wq *wq = wqe->wq; in io_wait_on_hash()
[all …]
Dtctx.c15 static struct io_wq *io_init_wq_offload(struct io_ring_ctx *ctx, in io_init_wq_offload()
52 WARN_ON_ONCE(tctx->io_wq); in __io_uring_free()
76 tctx->io_wq = io_init_wq_offload(ctx, task); in io_uring_alloc_task_context()
77 if (IS_ERR(tctx->io_wq)) { in io_uring_alloc_task_context()
78 ret = PTR_ERR(tctx->io_wq); in io_uring_alloc_task_context()
110 ret = io_wq_max_workers(tctx->io_wq, limits); in __io_uring_add_tctx_node()
180 struct io_wq *wq = tctx->io_wq; in io_uring_clean_tctx()
194 tctx->io_wq = NULL; in io_uring_clean_tctx()
Dio_uring.c456 BUG_ON(!tctx->io_wq); in io_queue_iowq()
472 io_wq_enqueue(tctx->io_wq, &req->work); in io_queue_iowq()
2753 if (tsk && tsk->io_uring && tsk->io_uring->io_wq) in io_ring_exit_work()
2754 io_wq_cancel_cb(tsk->io_uring->io_wq, in io_ring_exit_work()
2894 if (!tctx || !tctx->io_wq) in io_uring_try_cancel_iowq()
2896 cret = io_wq_cancel_cb(tctx->io_wq, io_cancel_ctx_cb, ctx, true); in io_uring_try_cancel_iowq()
2919 } else if (tctx && tctx->io_wq) { in io_uring_try_cancel_requests()
2924 cret = io_wq_cancel_cb(tctx->io_wq, io_cancel_task_cb, in io_uring_try_cancel_requests()
2972 if (tctx->io_wq) in io_uring_cancel_generic()
2973 io_wq_exit_start(tctx->io_wq); in io_uring_cancel_generic()
[all …]
Dcancel.c61 if (!tctx || !tctx->io_wq) in io_async_cancel_one()
65 cancel_ret = io_wq_cancel_cb(tctx->io_wq, io_cancel_cb, cd, all); in io_async_cancel_one()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_debugfs.h426 wq = phba->sli4_hba.hdwq[wqidx].io_wq; in lpfc_debug_dump_wq()
470 wq = phba->sli4_hba.hdwq[wqidx].io_wq; in lpfc_debug_dump_cq()
575 if (phba->sli4_hba.hdwq[wq_idx].io_wq->queue_id == qid) in lpfc_debug_dump_wq_by_id()
579 lpfc_debug_dump_q(phba->sli4_hba.hdwq[wq_idx].io_wq); in lpfc_debug_dump_wq_by_id()
Dlpfc_nvme.c2256 if (!vport->localport || !qp || !qp->io_wq) in lpfc_nvme_lport_unreg_wait()
2259 pring = qp->io_wq->pring; in lpfc_nvme_lport_unreg_wait()
2761 if (!phba->sli4_hba.hdwq[i].io_wq) in lpfc_nvme_wait_for_io_drain()
2763 pring = phba->sli4_hba.hdwq[i].io_wq->pring; in lpfc_nvme_wait_for_io_drain()
Dlpfc_sli4.h701 struct lpfc_queue *io_wq; /* Fast-path FCP & NVME work queue */ member
Dlpfc_nvmet.c1103 wq = ctxp->hdwq->io_wq; in lpfc_nvmet_xmt_fcp_op()
1178 wq = ctxp->hdwq->io_wq; in lpfc_nvmet_xmt_fcp_abort()
2114 wq = phba->sli4_hba.hdwq[qidx].io_wq; in lpfc_nvmet_destroy_targetport()
Dlpfc_sli.c4632 pring = phba->sli4_hba.hdwq[i].io_wq->pring; in lpfc_sli_abort_fcp_rings()
4669 pring = phba->sli4_hba.hdwq[i].io_wq->pring; in lpfc_sli_flush_io_rings()
10666 wq = phba->sli4_hba.hdwq[piocb->hba_wqidx].io_wq; in __lpfc_sli_issue_iocb_s4()
11247 return phba->sli4_hba.hdwq[piocb->hba_wqidx].io_wq->pring; in lpfc_sli4_calc_ring()
11735 pring = phba->sli4_hba.hdwq[i].io_wq->pring; in lpfc_sli4_queue_init()
12860 phba->sli4_hba.hdwq[iocbq->hba_wqidx].io_wq->pring; in lpfc_sli_abort_taskmgmt()
21026 wq = phba->sli4_hba.hdwq[0].io_wq; in lpfc_drain_txq()
21269 wq = qp->io_wq; in lpfc_sli4_issue_wqe()
21291 wq = qp->io_wq; in lpfc_sli4_issue_wqe()
21431 txcmplq_cnt = qp->io_wq->pring->txcmplq_cnt; in lpfc_snapshot_mxp()
[all …]
Dlpfc_debugfs.c532 txcmplq_cnt = qp->io_wq->pring->txcmplq_cnt; in lpfc_debugfs_multixripools_data()
3885 qp = phba->sli4_hba.hdwq[qidx].io_wq; in lpfc_idiag_wqs_for_cq()
4476 qp = phba->sli4_hba.hdwq[qidx].io_wq; in lpfc_idiag_queacc_write()
Dlpfc_init.c10414 phba->sli4_hba.hdwq[idx].io_wq = qdesc; in lpfc_alloc_io_wq_cq()
10839 lpfc_sli4_queue_free(hdwq[idx].io_wq); in lpfc_sli4_release_hdwq()
10842 hdwq[idx].io_wq = NULL; in lpfc_sli4_release_hdwq()
11179 qp[qidx].io_wq, in lpfc_sli4_queue_setup()
11486 lpfc_wq_destroy(phba, qp->io_wq); in lpfc_sli4_queue_unset()
Dlpfc_scsi.c5576 pring_s4 = phba->sli4_hba.hdwq[iocb->hba_wqidx].io_wq->pring; in lpfc_abort_handler()
/Linux-v6.1/include/linux/
Dio_uring_types.h56 struct io_wq *io_wq; member