Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Drcupdate.h391 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) macro
432 smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \
833 WRITE_ONCE(p, RCU_INITIALIZER(v)); \
844 .p = RCU_INITIALIZER(v)
/OK3568_Linux_fs/kernel/lib/math/
H A Dprime_numbers.c65 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes);
/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtmultipath.c441 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()
/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c501 cred = RCU_INITIALIZER(kcred); in ff_layout_alloc_lseg()