Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_fastopen.c52 ctxt = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, NULL)); in tcp_fastopen_ctx_destroy()
83 octx = unrcu_pointer(xchg(&q->ctx, RCU_INITIALIZER(ctx))); in tcp_fastopen_reset_cipher()
85 octx = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, in tcp_fastopen_reset_cipher()
H A Dcipso_ipv4.c1958 opt = unrcu_pointer(xchg(&req_inet->ireq_opt, RCU_INITIALIZER(opt))); in cipso_v4_req_setattr()
H A Dudp.c2235 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
H A Dtcp.c3087 dst_release(unrcu_pointer(xchg(&sk->sk_rx_dst, NULL))); in tcp_disconnect()
/openbmc/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.c222 struct nouveau_channel *chan = unrcu_pointer(fence->channel); in nouveau_fence_emit()
/openbmc/linux/drivers/dma-buf/
H A Ddma-fence-chain.c65 tmp = unrcu_pointer(cmpxchg(&chain->prev, RCU_INITIALIZER(prev), in dma_fence_chain_walk()
/openbmc/linux/net/core/
H A Dgen_estimator.c209 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()
/openbmc/linux/kernel/bpf/
H A Ddevmap.c821 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[k], NULL)); in dev_map_delete_elem()
932 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev))); in __dev_map_update_elem()
1130 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification()
H A Dcpumap.c506 old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu))); in __cpu_map_entry_replace()
/openbmc/linux/net/xdp/
H A Dxskmap.c234 old_xs = unrcu_pointer(xchg(map_entry, NULL)); in xsk_map_delete_elem()
/openbmc/linux/include/linux/
H A Drcupdate.h464 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) macro
/openbmc/linux/net/ipv6/
H A Daf_inet6.c508 opt = unrcu_pointer(xchg(&np->opt, NULL)); in inet6_cleanup_sock()
H A Dipv6_sockglue.c114 opt = unrcu_pointer(xchg(&inet6_sk(sk)->opt, RCU_INITIALIZER(opt))); in ipv6_update_options()
H A Droute.c371 from = unrcu_pointer(xchg(&rt->from, NULL)); in ip6_dst_destroy()
389 from = unrcu_pointer(xchg(&rt->from, NULL)); in ip6_dst_ifdown()
1436 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in rt6_make_pcpu_route()
H A Dip6_fib.c985 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in __fib6_drop_pcpu_from()
/openbmc/linux/drivers/acpi/apei/
H A Dghes.c891 call_rcu(&unrcu_pointer(victim)->rcu, in ghes_estatus_cache_add()
/openbmc/linux/security/selinux/
H A Dhooks.c214 tsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security()
2525 spin_lock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2533 spin_unlock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2539 __wake_up_parent(current, unrcu_pointer(current->real_parent)); in selinux_bprm_committed_creds()
/openbmc/linux/net/sched/
H A Dact_api.c65 old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie))); in tcf_set_action_cookie()
/openbmc/linux/include/net/
H A Dsock.h2228 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()