Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_transport.c43 static struct workqueue_struct *target_completion_wq; variable
128 target_completion_wq = alloc_workqueue("target_completion", in init_se_kmem_caches()
130 if (!target_completion_wq) in init_se_kmem_caches()
141 destroy_workqueue(target_completion_wq); in init_se_kmem_caches()
165 destroy_workqueue(target_completion_wq); in release_se_kmem_caches()
893 queue_work(target_completion_wq, &cmd->work); in target_cmd_interrupted()
944 queue_work_on(cpu, target_completion_wq, &cmd->work); in target_complete_cmd_with_sense()
2049 queue_work(target_completion_wq, &cmd->work); in transport_generic_request_failure()
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_transport.c43 static struct workqueue_struct *target_completion_wq; variable
127 target_completion_wq = alloc_workqueue("target_completion", in init_se_kmem_caches()
129 if (!target_completion_wq) in init_se_kmem_caches()
156 destroy_workqueue(target_completion_wq); in release_se_kmem_caches()
827 queue_work(target_completion_wq, &cmd->work); in target_cmd_interrupted()
869 queue_work_on(cmd->cpuid, target_completion_wq, &cmd->work); in target_complete_cmd()
1894 queue_work(target_completion_wq, &cmd->work); in transport_generic_request_failure()

Completed in 8 milliseconds