Home
last modified time | relevance | path

Searched refs:xop_work (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_xcopy.h41 struct work_struct xop_work; member
H A Dtarget_core_xcopy.c683 struct xcopy_op *xop = container_of(work, struct xcopy_op, xop_work); in target_xcopy_do_work()
917 INIT_WORK(&xop->xop_work, target_xcopy_do_work); in target_do_xcopy()
918 if (WARN_ON_ONCE(!queue_work(xcopy_wq, &xop->xop_work))) in target_do_xcopy()
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_xcopy.h41 struct work_struct xop_work; member
H A Dtarget_core_xcopy.c658 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()

Completed in 5 milliseconds