Searched refs:sc_work (Results 1 – 2 of 2) sorted by relevance
544 container_of(work, struct svcxprt_rdma, sc_work); in __svc_rdma_free()587 INIT_WORK(&rdma->sc_work, __svc_rdma_free); in svc_rdma_free()588 schedule_work(&rdma->sc_work); in svc_rdma_free()
110 struct work_struct sc_work; member