Searched refs:svc_rdma_rw_ctxt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 37 struct svc_rdma_rw_ctxt { struct 45 static inline struct svc_rdma_rw_ctxt * 48 return list_first_entry_or_null(list, struct svc_rdma_rw_ctxt, in svc_rdma_next_ctxt() 52 static struct svc_rdma_rw_ctxt * 55 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_get_rw_ctxt() 87 struct svc_rdma_rw_ctxt *ctxt) in svc_rdma_put_rw_ctxt() 103 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_destroy_rw_ctxts() 123 struct svc_rdma_rw_ctxt *ctxt, in svc_rdma_rw_ctx_init() 176 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_cc_release() 350 struct svc_rdma_rw_ctxt *ctx in svc_rdma_post_chunk_ctxt() [all...] |
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_rw.c | 37 struct svc_rdma_rw_ctxt { struct 46 static inline struct svc_rdma_rw_ctxt * 49 return list_first_entry_or_null(list, struct svc_rdma_rw_ctxt, in svc_rdma_next_ctxt() 53 static struct svc_rdma_rw_ctxt * 56 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_get_rw_ctxt() 63 ctxt = llist_entry(node, struct svc_rdma_rw_ctxt, rw_node); in svc_rdma_get_rw_ctxt() 87 static void __svc_rdma_put_rw_ctxt(struct svc_rdma_rw_ctxt *ctxt, in __svc_rdma_put_rw_ctxt() 95 struct svc_rdma_rw_ctxt *ctxt) in svc_rdma_put_rw_ctxt() 107 struct svc_rdma_rw_ctxt *ctxt; in svc_rdma_destroy_rw_ctxts() 111 ctxt = llist_entry(node, struct svc_rdma_rw_ctxt, rw_nod in svc_rdma_destroy_rw_ctxts() [all...] |
Completed in 3 milliseconds