Searched refs:sc_work (Results 1 – 2 of 2) sorted by relevance
547 container_of(work, struct svcxprt_rdma, sc_work); in __svc_rdma_free()583 INIT_WORK(&rdma->sc_work, __svc_rdma_free); in svc_rdma_free()584 schedule_work(&rdma->sc_work); in svc_rdma_free()
109 struct work_struct sc_work; member