Searched refs:rn (Results 1 – 4 of 4) sorted by relevance
| /net/sunrpc/xprtrdma/ |
| A D | ib_client.c | 57 struct rpcrdma_notification *rn, in rpcrdma_rn_register() argument 58 void (*done)(struct rpcrdma_notification *rn)) in rpcrdma_rn_register() argument 65 if (xa_alloc(&rd->rd_xa, &rn->rn_index, rn, xa_limit_32b, GFP_KERNEL) < 0) in rpcrdma_rn_register() 68 rn->rn_done = done; in rpcrdma_rn_register() 69 trace_rpcrdma_client_register(device, rn); in rpcrdma_rn_register() 88 struct rpcrdma_notification *rn) in rpcrdma_rn_unregister() argument 95 trace_rpcrdma_client_unregister(device, rn); in rpcrdma_rn_unregister() 96 xa_erase(&rd->rd_xa, rn->rn_index); in rpcrdma_rn_unregister() 137 struct rpcrdma_notification *rn; in rpcrdma_remove_one() local 143 xa_for_each(&rd->rd_xa, index, rn) in rpcrdma_remove_one() [all …]
|
| A D | svc_rdma_transport.c | 386 static void svc_rdma_xprt_done(struct rpcrdma_notification *rn) in svc_rdma_xprt_done() argument 388 struct svcxprt_rdma *rdma = container_of(rn, struct svcxprt_rdma, in svc_rdma_xprt_done()
|
| A D | verbs.c | 280 static void rpcrdma_ep_removal_done(struct rpcrdma_notification *rn) in rpcrdma_ep_removal_done() argument 282 struct rpcrdma_ep *ep = container_of(rn, struct rpcrdma_ep, re_rn); in rpcrdma_ep_removal_done()
|
| /net/xfrm/ |
| A D | xfrm_policy.c | 1121 struct rb_node *rn = rb_first(r); in xfrm_policy_inexact_gc_tree() local 1123 while (rn) { in xfrm_policy_inexact_gc_tree() 1124 node = rb_entry(rn, struct xfrm_pol_inexact_node, node); in xfrm_policy_inexact_gc_tree() 1127 rn = rb_next(rn); in xfrm_policy_inexact_gc_tree()
|
Completed in 21 milliseconds