target_completion_wq   43 drivers/target/target_core_transport.c static struct workqueue_struct *target_completion_wq;
target_completion_wq  127 drivers/target/target_core_transport.c 	target_completion_wq = alloc_workqueue("target_completion",
target_completion_wq  129 drivers/target/target_core_transport.c 	if (!target_completion_wq)
target_completion_wq  156 drivers/target/target_core_transport.c 	destroy_workqueue(target_completion_wq);
target_completion_wq  822 drivers/target/target_core_transport.c 		queue_work(target_completion_wq, &cmd->work);
target_completion_wq  865 drivers/target/target_core_transport.c 		queue_work_on(cmd->cpuid, target_completion_wq, &cmd->work);
target_completion_wq  867 drivers/target/target_core_transport.c 		queue_work(target_completion_wq, &cmd->work);
target_completion_wq 1840 drivers/target/target_core_transport.c 		queue_work(target_completion_wq, &cmd->work);