Searched refs:oldswitch (Results 1 – 1 of 1) sorted by relevance
545 struct rpc_xprt_switch __rcu *oldswitch; in xprt_iter_xchg_switch() local548 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()551 return rcu_dereference_protected(oldswitch, true); in xprt_iter_xchg_switch()
Completed in 3 milliseconds