Home
last modified time | relevance | path

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

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