Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
H A Dnv04_fence.c42 struct nvif_push *push = &unrcu_pointer(fence->channel)->chan.push; in nv04_fence_emit()
/linux/drivers/net/can/
H A Dvxcan.c293 peer = unrcu_pointer(xchg(&priv->peer, NULL)); in vxcan_dellink()
300 dev = unrcu_pointer(xchg(&priv->peer, NULL)); in vxcan_dellink()
/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.c2454 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
/linux/fs/nfsd/
H A Dlocalio.c101 new = unrcu_pointer(cmpxchg(pnf, NULL, RCU_INITIALIZER(localio))); in nfsd_open_local_fh()
H A Dfilecache.c402 nf = unrcu_pointer(xchg(pnf, NULL)); in nfsd_file_put_local()
/linux/net/core/
H A Dgen_estimator.c211 est = unrcu_pointer(xchg(rate_est, NULL)); in gen_kill_estimator()
/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/net/xdp/
H A Dxskmap.c238 old_xs = unrcu_pointer(xchg(map_entry, NULL)); in xsk_map_delete_elem()
/linux/security/
H A Dlsm_init.c479 if (lsm_cred_alloc((struct cred *)unrcu_pointer(current->cred), in security_init()
/linux/include/linux/
H A Drcupdate.h500 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) macro
/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/net/psp/
H A Dpsp_nl.c536 if (unrcu_pointer(cmpxchg(&assoc_dev->psp_dev, NULL, in psp_nl_dev_assoc_doit()
/linux/drivers/net/
H A Dveth.c1955 peer = unrcu_pointer(xchg(&priv->peer, NULL)); in veth_dellink()
1962 dev = unrcu_pointer(xchg(&priv->peer, NULL)); in veth_dellink()
/linux/drivers/acpi/apei/
H A Dghes.c1167 call_rcu(&unrcu_pointer(victim)->rcu, in ghes_estatus_cache_add()
/linux/security/selinux/
H A Dhooks.c221 crsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security()
2589 spin_lock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2597 spin_unlock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2603 __wake_up_parent(current, unrcu_pointer(current->real_parent)); in selinux_bprm_committed_creds()
/linux/net/sched/
H A Dact_api.c63 old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie))); in tcf_set_action_cookie()
/linux/net/ipv6/
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()
1494 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in rt6_make_pcpu_route()
H A Dip6_fib.c1005 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in __fib6_drop_pcpu_from()