Searched refs:RCU_INITIALIZER (Results 1 – 18 of 18) sorted by relevance
| /linux/include/linux/ |
| H A D | rcupdate.h | 534 #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 D | localio.c | 101 new = unrcu_pointer(cmpxchg(pnf, NULL, RCU_INITIALIZER(localio))); in nfsd_open_local_fh()
|
| /linux/net/ipv4/ |
| H A D | tcp_fastopen.c | 170 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 D | cipso_ipv4.c | 1977 opt = unrcu_pointer(xchg(&req_inet->ireq_opt, RCU_INITIALIZER(opt))); in cipso_v4_req_setattr()
|
| H A D | udp.c | 2465 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
|
| /linux/net/smc/ |
| H A D | smc_sysctl.c | 61 ctrl = unrcu_pointer(xchg(&net->smc.hs_ctrl, RCU_INITIALIZER(ctrl))); in smc_net_replace_smc_hs_ctrl()
|
| /linux/fs/nfs_common/ |
| H A D | nfslocalio.c | 201 store_release_wake_up(&nfl->nfs_uuid, RCU_INITIALIZER(NULL)); in nfs_uuid_put()
|
| /linux/net/sunrpc/ |
| H A D | xprtmultipath.c | 582 oldswitch = xchg(&xpi->xpi_xpswitch, RCU_INITIALIZER(newswitch)); in xprt_iter_xchg_switch()
|
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 561 old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu))); in __cpu_map_entry_replace()
|
| /linux/kernel/ |
| H A D | reboot.c | 1393 old_pid = unrcu_pointer(xchg(&cad_pid, RCU_INITIALIZER(new_pid))); in proc_do_cad_pid()
|
| /linux/net/psp/ |
| H A D | psp_nl.c | 537 RCU_INITIALIZER(psd)))) { in psp_nl_dev_assoc_doit()
|
| /linux/mm/ |
| H A D | alloc_tag.c | 1180 RCU_INITIALIZER(__alloc_tag_add_early_pfn);
|
| /linux/drivers/acpi/apei/ |
| H A D | ghes.c | 1157 RCU_INITIALIZER(new_cache)); in ghes_estatus_cache_add()
|
| /linux/fs/nfs/ |
| H A D | write.c | 1208 RCU_INITIALIZER(new)), 1); in nfs_ctx_key_to_expire()
|
| /linux/net/sched/ |
| H A D | act_api.c | 63 old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie))); in tcf_set_action_cookie()
|
| /linux/include/net/ |
| H A D | sock.h | 2249 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()
|
| /linux/fs/nfs/flexfilelayout/ |
| H A D | flexfilelayout.c | 602 cred = RCU_INITIALIZER(kcred); in ff_layout_alloc_lseg()
|
| /linux/net/core/ |
| H A D | skbuff.c | 153 [SKB_DROP_REASON_SUBSYS_CORE] = RCU_INITIALIZER(&drop_reasons_core),
|