Searched refs:xop_work (Results 1 – 2 of 2) sorted by relevance
41 struct work_struct xop_work; member
658 struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work); in target_xcopy_do_work()904 INIT_WORK(&xop->xop_work, target_xcopy_do_work); in target_do_xcopy()905 if (WARN_ON_ONCE(!queue_work(xcopy_wq, &xop->xop_work))) in target_do_xcopy()