Searched refs:xop_work (Results 1 – 2 of 2) sorted by relevance
35 struct work_struct xop_work; member
764 struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work); in target_xcopy_do_work()929 INIT_WORK(&xop->xop_work, target_xcopy_do_work); in target_do_xcopy()930 queue_work(xcopy_wq, &xop->xop_work); in target_do_xcopy()