Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drcupdate.h534 #define RCU_INITIALIZER(v) (typeof(*(v)) __force __rcu *)(v) macro
575 smp_store_release(&p, RCU_INITIALIZER((typeof(p))_r_a_p__v)); \
1043 WRITE_ONCE(p, RCU_INITIALIZER(v)); \
1054 .p = RCU_INITIALIZER(v)
/linux/fs/nfsd/
H A Dlocalio.c101 new = unrcu_pointer(cmpxchg(pnf, NULL, RCU_INITIALIZER(localio))); in nfsd_open_local_fh()
/linux/net/ipv4/
H A Dtcp_fastopen.c170 octx = unrcu_pointer(xchg(&q->ctx, RCU_INITIALIZER(ctx))); in tcp_fastopen_reset_cipher()
173 RCU_INITIALIZER(ctx))); in tcp_fastopen_reset_cipher()
H A Dcipso_ipv4.c1977 opt = unrcu_pointer(xchg(&req_inet->ireq_opt, RCU_INITIALIZER(opt))); in cipso_v4_req_setattr()
H A Dudp.c2465 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
/linux/net/smc/
H A Dsmc_sysctl.c61 ctrl = unrcu_pointer(xchg(&net->smc.hs_ctrl, RCU_INITIALIZER(ctrl))); in smc_net_replace_smc_hs_ctrl()
/linux/fs/nfs_common/
H A Dnfslocalio.c201 store_release_wake_up(&nfl->nfs_uuid, RCU_INITIALIZER(NULL)); in nfs_uuid_put()
/linux/net/sunrpc/
H A Dxprtmultipath.c582 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()
/linux/kernel/bpf/
H A Dcpumap.c561 old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu))); in __cpu_map_entry_replace()
/linux/kernel/
H A Dreboot.c1393 old_pid = unrcu_pointer(xchg(&cad_pid, RCU_INITIALIZER(new_pid))); in proc_do_cad_pid()
/linux/net/psp/
H A Dpsp_nl.c537 RCU_INITIALIZER(psd)))) { in psp_nl_dev_assoc_doit()
/linux/mm/
H A Dalloc_tag.c1180 RCU_INITIALIZER(__alloc_tag_add_early_pfn);
/linux/drivers/acpi/apei/
H A Dghes.c1157 RCU_INITIALIZER(new_cache)); in ghes_estatus_cache_add()
/linux/fs/nfs/
H A Dwrite.c1208 RCU_INITIALIZER(new)), 1); in nfs_ctx_key_to_expire()
/linux/net/sched/
H A Dact_api.c63 old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie))); in tcf_set_action_cookie()
/linux/include/net/
H A Dsock.h2249 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c602 cred = RCU_INITIALIZER(kcred); in ff_layout_alloc_lseg()
/linux/net/core/
H A Dskbuff.c153 [SKB_DROP_REASON_SUBSYS_CORE] = RCU_INITIALIZER(&drop_reasons_core),