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