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

/drivers/target/
H A Dtarget_core_transport.c57 static struct workqueue_struct *target_completion_wq; variable in typeref:struct:workqueue_struct
152 target_completion_wq = alloc_workqueue("target_completion",
154 if (!target_completion_wq)
183 destroy_workqueue(target_completion_wq);
706 queue_work(target_completion_wq, &cmd->work);

Completed in 279 milliseconds