Home
last modified time | relevance | path

Searched refs:unrcu_pointer (Results 1 – 25 of 26) sorted by relevance

12

/linux/net/ipv4/
H A Dtcp_fastopen.c139 ctxt = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, NULL)); in tcp_fastopen_ctx_destroy()
170 octx = unrcu_pointer(xchg(&q->ctx, RCU_INITIALIZER(ctx))); in tcp_fastopen_reset_cipher()
172 octx = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_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.c2542 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
/linux/drivers/gpu/drm/nouveau/
H A Dnv04_fence.c42 struct nvif_push *push = &unrcu_pointer(fence->channel)->chan.push; in nv04_fence_emit()
H A Dnouveau_fence.c209 struct nouveau_channel *chan = unrcu_pointer(fence->channel); in nouveau_fence_emit()
/linux/fs/nfsd/
H A Dlocalio.c100 new = unrcu_pointer(cmpxchg(pnf, NULL, RCU_INITIALIZER(localio))); in nfsd_open_local_fh()
H A Dfilecache.c389 nf = unrcu_pointer(xchg(pnf, NULL)); in nfsd_file_put_local()
/linux/drivers/dma-buf/
H A Ddma-fence-chain.c65 tmp = unrcu_pointer(cmpxchg(&chain->prev, RCU_INITIALIZER(prev), in dma_fence_chain_walk()
/linux/net/core/
H A Dgen_estimator.c211 est = unrcu_pointer(xchg(rate_est, NULL)); in gen_kill_estimator()
H A Dsock_diag.c198 old = unrcu_pointer(xchg(&inet_rcv_compat, NULL)); in sock_diag_unregister_inet_compat()
/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/kernel/bpf/
H A Ddevmap.c853 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[k], NULL)); in dev_map_delete_elem()
964 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev))); in __dev_map_update_elem()
1169 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification()
H A Dcpumap.c558 old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu))); in __cpu_map_entry_replace()
/linux/net/xdp/
H A Dxskmap.c234 old_xs = unrcu_pointer(xchg(map_entry, NULL)); in xsk_map_delete_elem()
/linux/security/
H A Dlsm_init.c470 if (lsm_cred_alloc((struct cred *)unrcu_pointer(current->cred), in security_init()
/linux/include/linux/
H A Drcupdate.h503 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) macro
/linux/net/ipv6/
H A Daf_inet6.c502 opt = unrcu_pointer(xchg(&np->opt, NULL)); in inet6_cleanup_sock()
H A Dipv6_sockglue.c118 opt = unrcu_pointer(xchg(&inet6_sk(sk)->opt, RCU_INITIALIZER(opt))); in ipv6_update_options()
H A Droute.c369 from = unrcu_pointer(xchg(&rt->from, NULL)); in ip6_dst_destroy()
387 from = unrcu_pointer(xchg(&rt->from, NULL)); in ip6_dst_ifdown()
1490 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in rt6_make_pcpu_route()
H A Dip6_fib.c1004 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in fib6_nh_drop_pcpu_from()
/linux/drivers/acpi/apei/
H A Dghes.c1135 call_rcu(&unrcu_pointer(victim)->rcu, in ghes_estatus_cache_add()
/linux/security/selinux/
H A Dhooks.c219 crsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security()
2563 spin_lock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2571 spin_unlock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2577 __wake_up_parent(current, unrcu_pointer(current->real_parent)); in selinux_bprm_committed_creds()
/linux/net/sched/
H A Dact_api.c65 old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie))); in tcf_set_action_cookie()
/linux/include/net/
H A Dsock.h2236 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()
/linux/Documentation/RCU/
H A DwhatisRCU.rst1090 unrcu_pointer cond_synchronize_rcu_full

12