Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Drcupdate.h341 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) macro
382 smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \
781 WRITE_ONCE(p, RCU_INITIALIZER(v)); \
792 .p = RCU_INITIALIZER(v)
/Linux-v5.4/lib/math/
Dprime_numbers.c65 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes);
/Linux-v5.4/net/sunrpc/
Dxprtmultipath.c441 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()
/Linux-v5.4/fs/nfs/flexfilelayout/
Dflexfilelayout.c508 cred = RCU_INITIALIZER(kcred); in ff_layout_alloc_lseg()