Searched refs:unrcu_pointer (Results 1 – 20 of 20) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nv04_fence.c | 42 struct nvif_push *push = &unrcu_pointer(fence->channel)->chan.push; in nv04_fence_emit()
|
| /linux/drivers/net/can/ |
| H A D | vxcan.c | 293 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 D | tcp_fastopen.c | 139 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 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 | 2454 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
|
| /linux/fs/nfsd/ |
| H A D | localio.c | 101 new = unrcu_pointer(cmpxchg(pnf, NULL, RCU_INITIALIZER(localio))); in nfsd_open_local_fh()
|
| H A D | filecache.c | 402 nf = unrcu_pointer(xchg(pnf, NULL)); in nfsd_file_put_local()
|
| /linux/net/core/ |
| H A D | gen_estimator.c | 211 est = unrcu_pointer(xchg(rate_est, NULL)); in gen_kill_estimator()
|
| /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/net/xdp/ |
| H A D | xskmap.c | 238 old_xs = unrcu_pointer(xchg(map_entry, NULL)); in xsk_map_delete_elem()
|
| /linux/security/ |
| H A D | lsm_init.c | 479 if (lsm_cred_alloc((struct cred *)unrcu_pointer(current->cred), in security_init()
|
| /linux/include/linux/ |
| H A D | rcupdate.h | 500 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) macro
|
| /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/net/psp/ |
| H A D | psp_nl.c | 536 if (unrcu_pointer(cmpxchg(&assoc_dev->psp_dev, NULL, in psp_nl_dev_assoc_doit()
|
| /linux/drivers/net/ |
| H A D | veth.c | 1955 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 D | ghes.c | 1167 call_rcu(&unrcu_pointer(victim)->rcu, in ghes_estatus_cache_add()
|
| /linux/security/selinux/ |
| H A D | hooks.c | 221 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 D | act_api.c | 63 old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie))); in tcf_set_action_cookie()
|
| /linux/net/ipv6/ |
| H A D | route.c | 369 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 D | ip6_fib.c | 1005 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in __fib6_drop_pcpu_from()
|