Home
last modified time | relevance | path

Searched refs:xcopy_wq (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_xcopy.c42 static struct workqueue_struct *xcopy_wq = NULL; variable
443 xcopy_wq = alloc_workqueue("xcopy_wq", WQ_MEM_RECLAIM, 0); in target_xcopy_setup_pt()
444 if (!xcopy_wq) { in target_xcopy_setup_pt()
482 if (xcopy_wq) in target_xcopy_release_pt()
483 destroy_workqueue(xcopy_wq); in target_xcopy_release_pt()
930 queue_work(xcopy_wq, &xop->xop_work); in target_do_xcopy()