Searched refs:cleanup_task (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/drivers/dma/ioat/ | 
| D | dma.c | 101 			tasklet_schedule(&ioat_chan->cleanup_task);  in ioat_dma_do_interrupt()118 		tasklet_schedule(&ioat_chan->cleanup_task);  in ioat_dma_do_interrupt_msix()
 153 	tasklet_kill(&ioat_chan->cleanup_task);  in ioat_stop()
 
 | 
| D | dma.h | 108 	struct tasklet_struct cleanup_task;  member
 | 
| D | init.c | 781 	tasklet_init(&ioat_chan->cleanup_task, ioat_cleanup_event, data);  in ioat_init_channel()
 | 
| /Linux-v5.4/include/scsi/ | 
| D | scsi_transport_iscsi.h | 111 	void (*cleanup_task) (struct iscsi_task *task);  member
 | 
| /Linux-v5.4/drivers/infiniband/ulp/iser/ | 
| D | iscsi_iser.c | 1006 	.cleanup_task		= iscsi_iser_cleanup_task,
 | 
| /Linux-v5.4/drivers/scsi/ | 
| D | iscsi_tcp.c | 1007 	.cleanup_task		= iscsi_tcp_cleanup_task,
 | 
| D | libiscsi.c | 457 	session->tt->cleanup_task(task);  in iscsi_free_task()
 | 
| /Linux-v5.4/drivers/scsi/qedi/ | 
| D | qedi_iscsi.c | 1397 	.cleanup_task = qedi_cleanup_task,
 | 
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb3i/ | 
| D | cxgb3i.c | 131 	.cleanup_task	= cxgbi_cleanup_task,
 | 
| /Linux-v5.4/drivers/scsi/bnx2i/ | 
| D | bnx2i_iscsi.c | 2301 	.cleanup_task		= bnx2i_cleanup_task,
 | 
| /Linux-v5.4/drivers/scsi/cxgbi/cxgb4i/ | 
| D | cxgb4i.c | 148 	.cleanup_task	= cxgbi_cleanup_task,
 | 
| /Linux-v5.4/drivers/scsi/be2iscsi/ | 
| D | be_main.c | 5824 	.cleanup_task = beiscsi_cleanup_task,
 | 
| /Linux-v5.4/drivers/scsi/qla4xxx/ | 
| D | ql4_os.c | 241 	.cleanup_task		= qla4xxx_task_cleanup,
 |