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