Searched refs:RCU_INITIALIZER (Results 1 – 3 of 3) sorted by relevance
371 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) macro411 smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \817 WRITE_ONCE(p, RCU_INITIALIZER(v)); \828 .p = RCU_INITIALIZER(v)
64 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes);
396 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()