Searched refs:xprt_free_slot (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_backchannel.c | 211 .free_slot = xprt_free_slot,
|
/kernel/linux/linux-6.6/net/sunrpc/xprtrdma/ |
H A D | svc_rdma_backchannel.c | 217 .free_slot = xprt_free_slot,
|
/kernel/linux/linux-5.10/include/linux/sunrpc/ |
H A D | xprt.h | 349 void xprt_free_slot(struct rpc_xprt *xprt,
|
/kernel/linux/linux-6.6/include/linux/sunrpc/ |
H A D | xprt.h | 380 void xprt_free_slot(struct rpc_xprt *xprt,
|
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | xprtsock.c | 2638 .free_slot = xprt_free_slot, 2659 .free_slot = xprt_free_slot, 2681 .free_slot = xprt_free_slot, 2714 .free_slot = xprt_free_slot,
|
H A D | xprt.c | 1693 void xprt_free_slot(struct rpc_xprt *xprt, struct rpc_rqst *req) in xprt_free_slot() function 1703 EXPORT_SYMBOL_GPL(xprt_free_slot); variable
|
/kernel/linux/linux-6.6/net/sunrpc/ |
H A D | xprtsock.c | 3020 .free_slot = xprt_free_slot, 3041 .free_slot = xprt_free_slot, 3065 .free_slot = xprt_free_slot, 3100 .free_slot = xprt_free_slot,
|
H A D | xprt.c | 1758 void xprt_free_slot(struct rpc_xprt *xprt, struct rpc_rqst *req) in xprt_free_slot() function 1768 EXPORT_SYMBOL_GPL(xprt_free_slot); variable
|
Completed in 16 milliseconds