Home
last modified time | relevance | path

Searched refs:lio_wq (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A Defct_lio.c13 * lio_wq is used to call the LIO backed during creation or deletion of
17 static struct workqueue_struct *lio_wq; variable
1117 lio_wq = create_singlethread_workqueue("efct_lio_worker"); in efct_scsi_tgt_new_device()
1118 if (!lio_wq) { in efct_scsi_tgt_new_device()
1131 flush_workqueue(lio_wq); in efct_scsi_tgt_del_device()
1236 queue_work(lio_wq, &wq_data->work); in efct_scsi_new_initiator()
1304 queue_work(lio_wq, &wq_data->work); in efct_scsi_del_initiator()

Completed in 3 milliseconds