Home
last modified time | relevance | path

Searched refs:rn (Results 1 – 4 of 4) sorted by relevance

/net/sunrpc/xprtrdma/
A Dib_client.c57 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 Dsvc_rdma_transport.c386 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 Dverbs.c280 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 Dxfrm_policy.c1121 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