Home
last modified time | relevance | path

Searched refs:io_work (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/nvme/target/
A Dtcp.c106 struct work_struct io_work; member
573 queue_work_on(queue_cpu(queue), nvmet_tcp_wq, &cmd->queue->io_work); in nvmet_tcp_queue_response()
1297 container_of(w, struct nvmet_tcp_queue, io_work); in nvmet_tcp_io_work()
1323 queue_work_on(queue_cpu(queue), nvmet_tcp_wq, &queue->io_work); in nvmet_tcp_io_work()
1465 cancel_work_sync(&queue->io_work); in nvmet_tcp_release_queue_work()
1471 cancel_work_sync(&queue->io_work); in nvmet_tcp_release_queue_work()
1490 queue_work_on(queue_cpu(queue), nvmet_tcp_wq, &queue->io_work); in nvmet_tcp_data_ready()
1510 queue_work_on(queue_cpu(queue), nvmet_tcp_wq, &queue->io_work); in nvmet_tcp_write_space()
1588 queue_work_on(queue_cpu(queue), nvmet_tcp_wq, &queue->io_work); in nvmet_tcp_set_queue_sock()
1606 INIT_WORK(&queue->io_work, nvmet_tcp_io_work); in nvmet_tcp_alloc_queue()
/linux/drivers/scsi/qedf/
A Dqedf_main.c2204 struct qedf_io_work *io_work; in qedf_process_completions() local
2267 if (!io_work) { in qedf_process_completions()
2274 INIT_WORK(&io_work->work, qedf_fp_io_handler); in qedf_process_completions()
2279 io_work->qedf = fp->qedf; in qedf_process_completions()
2282 queue_work_on(cpu, qedf_io_wq, &io_work->work); in qedf_process_completions()
2668 struct qedf_io_work *io_work = in qedf_fp_io_handler() local
2676 comp_type = (io_work->cqe.cqe_data >> in qedf_fp_io_handler()
2680 io_work->fp) in qedf_fp_io_handler()
2681 fc_exch_recv(io_work->qedf->lport, io_work->fp); in qedf_fp_io_handler()
2683 qedf_process_cqe(io_work->qedf, &io_work->cqe); in qedf_fp_io_handler()
[all …]
A Dqedf_io.c2527 struct qedf_io_work *io_work; in qedf_process_unsol_compl() local
2591 io_work = mempool_alloc(qedf->io_mempool, GFP_ATOMIC); in qedf_process_unsol_compl()
2592 if (!io_work) { in qedf_process_unsol_compl()
2598 memset(io_work, 0, sizeof(struct qedf_io_work)); in qedf_process_unsol_compl()
2600 INIT_WORK(&io_work->work, qedf_fp_io_handler); in qedf_process_unsol_compl()
2603 memcpy(&io_work->cqe, cqe, sizeof(struct fcoe_cqe)); in qedf_process_unsol_compl()
2605 io_work->qedf = qedf; in qedf_process_unsol_compl()
2606 io_work->fp = fp; in qedf_process_unsol_compl()
2608 queue_work_on(smp_processor_id(), qedf_io_wq, &io_work->work); in qedf_process_unsol_compl()
/linux/drivers/s390/cio/
A Dvfio_ccw_private.h118 struct work_struct io_work; member
A Dvfio_ccw_drv.c91 private = container_of(work, struct vfio_ccw_private, io_work); in vfio_ccw_sch_io_todo()
152 INIT_WORK(&private->io_work, vfio_ccw_sch_io_todo); in vfio_ccw_alloc_private()
A Dvfio_ccw_fsm.c364 queue_work(vfio_ccw_work_q, &private->io_work); in fsm_irq()
/linux/drivers/memstick/core/
A Dms_block.h161 struct work_struct io_work; member
A Dms_block.c1504 queue_work(msb->io_queue, &msb->io_work); in msb_cache_flush_timer()
1878 struct msb_data *msb = container_of(work, struct msb_data, io_work); in msb_io_work()
2036 queue_work(msb->io_queue, &msb->io_work); in msb_queue_rq()
2094 queue_work(msb->io_queue, &msb->io_work); in msb_start()
2152 INIT_WORK(&msb->io_work, msb_io_work); in msb_init_disk()
/linux/drivers/nvme/host/
A Dtcp.c77 struct work_struct io_work; member
306 queue_work_on(queue->io_cpu, nvme_tcp_wq, &queue->io_work); in nvme_tcp_queue_request()
864 queue_work_on(queue->io_cpu, nvme_tcp_wq, &queue->io_work); in nvme_tcp_data_ready()
876 queue_work_on(queue->io_cpu, nvme_tcp_wq, &queue->io_work); in nvme_tcp_write_space()
1138 container_of(w, struct nvme_tcp_queue, io_work); in nvme_tcp_io_work()
1165 queue_work_on(queue->io_cpu, nvme_tcp_wq, &queue->io_work); in nvme_tcp_io_work()
1413 INIT_WORK(&queue->io_work, nvme_tcp_io_work); in nvme_tcp_alloc_queue()
1572 cancel_work_sync(&queue->io_work); in __nvme_tcp_stop_queue()
2362 queue_work_on(queue->io_cpu, nvme_tcp_wq, &queue->io_work); in nvme_tcp_commit_rqs()

Completed in 30 milliseconds