Home
last modified time | relevance | path

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

/linux/include/linux/
A Drcupdate.h412 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) macro
453 smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \
854 WRITE_ONCE(p, RCU_INITIALIZER(v)); \
865 .p = RCU_INITIALIZER(v)
/linux/lib/math/
A Dprime_numbers.c65 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes);
/linux/net/sunrpc/
A Dxprtmultipath.c476 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()
/linux/kernel/bpf/
A Ddevmap.c929 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev))); in __dev_map_update_elem()
1112 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification()
A Dcpumap.c533 old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu))); in __cpu_map_entry_replace()
/linux/fs/nfs/
A Dwrite.c1275 RCU_INITIALIZER(new)), 1); in nfs_ctx_key_to_expire()
/linux/fs/nfs/flexfilelayout/
A Dflexfilelayout.c501 cred = RCU_INITIALIZER(kcred); in ff_layout_alloc_lseg()

Completed in 26 milliseconds