Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Drcupdate.h485 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) macro
526 smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \
939 WRITE_ONCE(p, RCU_INITIALIZER(v)); \
950 .p = RCU_INITIALIZER(v)
/linux-6.3-rc2/drivers/dma-buf/
A Ddma-fence-chain.c65 tmp = unrcu_pointer(cmpxchg(&chain->prev, RCU_INITIALIZER(prev), in dma_fence_chain_walk()
66 RCU_INITIALIZER(replacement))); in dma_fence_chain_walk()
/linux-6.3-rc2/lib/math/
A Dprime_numbers.c65 static const struct primes __rcu *primes = RCU_INITIALIZER(&small_primes);
/linux-6.3-rc2/kernel/bpf/
A Ddevmap.c931 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev))); in __dev_map_update_elem()
1111 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification()
A Dcpumap.c535 old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu))); in __cpu_map_entry_replace()
/linux-6.3-rc2/net/sunrpc/
A Dxprtmultipath.c548 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()
/linux-6.3-rc2/drivers/acpi/apei/
A Dghes.c847 RCU_INITIALIZER(new_cache)); in ghes_estatus_cache_add()
/linux-6.3-rc2/fs/nfs/
A Dwrite.c1275 RCU_INITIALIZER(new)), 1); in nfs_ctx_key_to_expire()
/linux-6.3-rc2/fs/nfs/flexfilelayout/
A Dflexfilelayout.c507 cred = RCU_INITIALIZER(kcred); in ff_layout_alloc_lseg()

Completed in 34 milliseconds