Searched refs:cleanup_task (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/dma/ioat/ |
D | dma.c | 113 tasklet_schedule(&ioat_chan->cleanup_task); in ioat_dma_do_interrupt() 130 tasklet_schedule(&ioat_chan->cleanup_task); in ioat_dma_do_interrupt_msix() 165 tasklet_kill(&ioat_chan->cleanup_task); in ioat_stop()
|
D | dma.h | 120 struct tasklet_struct cleanup_task; member
|
D | init.c | 764 tasklet_init(&ioat_chan->cleanup_task, ioat_cleanup_event, data); in ioat_init_channel()
|
/Linux-v4.19/include/scsi/ |
D | scsi_transport_iscsi.h | 124 void (*cleanup_task) (struct iscsi_task *task); member
|
/Linux-v4.19/drivers/infiniband/ulp/iser/ |
D | iscsi_iser.c | 1033 .cleanup_task = iscsi_iser_cleanup_task,
|
/Linux-v4.19/drivers/scsi/ |
D | iscsi_tcp.c | 1018 .cleanup_task = iscsi_tcp_cleanup_task,
|
D | libiscsi.c | 495 session->tt->cleanup_task(task); in iscsi_free_task()
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.c | 131 .cleanup_task = cxgbi_cleanup_task,
|
/Linux-v4.19/drivers/scsi/qedi/ |
D | qedi_iscsi.c | 1398 .cleanup_task = qedi_cleanup_task,
|
/Linux-v4.19/drivers/scsi/bnx2i/ |
D | bnx2i_iscsi.c | 2302 .cleanup_task = bnx2i_cleanup_task,
|
/Linux-v4.19/drivers/scsi/cxgbi/cxgb4i/ |
D | cxgb4i.c | 143 .cleanup_task = cxgbi_cleanup_task,
|
/Linux-v4.19/drivers/scsi/be2iscsi/ |
D | be_main.c | 5843 .cleanup_task = beiscsi_cleanup_task,
|
/Linux-v4.19/drivers/scsi/qla4xxx/ |
D | ql4_os.c | 242 .cleanup_task = qla4xxx_task_cleanup,
|