Home
last modified time | relevance | path

Searched refs:sc_work (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/include/linux/sunrpc/
Dsvc_rdma.h113 struct work_struct sc_work; member
234 struct work_struct sc_work; member
/linux-6.12.1/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c594 container_of(work, struct svcxprt_rdma, sc_work); in __svc_rdma_free()
633 INIT_WORK(&rdma->sc_work, __svc_rdma_free); in svc_rdma_free()
634 schedule_work(&rdma->sc_work); in svc_rdma_free()
Dsvc_rdma_sendto.c255 ctxt = container_of(work, struct svc_rdma_send_ctxt, sc_work); in svc_rdma_send_ctxt_put_async()
269 INIT_WORK(&ctxt->sc_work, svc_rdma_send_ctxt_put_async); in svc_rdma_send_ctxt_put()
270 queue_work(svcrdma_wq, &ctxt->sc_work); in svc_rdma_send_ctxt_put()