Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/target/
Dtarget_core_xcopy.c32 static struct workqueue_struct *xcopy_wq = NULL; variable
467 xcopy_wq = alloc_workqueue("xcopy_wq", WQ_MEM_RECLAIM, 0); in target_xcopy_setup_pt()
468 if (!xcopy_wq) { in target_xcopy_setup_pt()
496 destroy_workqueue(xcopy_wq); in target_xcopy_setup_pt()
497 xcopy_wq = NULL; in target_xcopy_setup_pt()
503 if (xcopy_wq) { in target_xcopy_release_pt()
504 destroy_workqueue(xcopy_wq); in target_xcopy_release_pt()
909 if (WARN_ON_ONCE(!queue_work(xcopy_wq, &xop->xop_work))) in target_do_xcopy()