Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/
A Dnv04_fence.c42 struct nvif_push *push = &unrcu_pointer(fence->channel)->chan.push; in nv04_fence_emit()
A Dnouveau_fence.c223 struct nouveau_channel *chan = unrcu_pointer(fence->channel); in nouveau_fence_emit()
/linux/net/ipv4/
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()
A Dcipso_ipv4.c1979 opt = unrcu_pointer(xchg(&req_inet->ireq_opt, RCU_INITIALIZER(opt))); in cipso_v4_req_setattr()
A Dudp.c2237 old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst))); in udp_sk_rx_dst_set()
A Dtcp.c3353 dst_release(unrcu_pointer(xchg(&sk->sk_rx_dst, NULL))); in tcp_disconnect()
/linux/drivers/dma-buf/
A Ddma-fence-chain.c65 tmp = unrcu_pointer(cmpxchg(&chain->prev, RCU_INITIALIZER(prev), in dma_fence_chain_walk()
/linux/net/core/
A Dgen_estimator.c209 est = unrcu_pointer(xchg(rate_est, NULL)); in gen_kill_estimator()
A Dsock_diag.c198 old = unrcu_pointer(xchg(&inet_rcv_compat, NULL)); in sock_diag_unregister_inet_compat()
/linux/kernel/bpf/
A Ddevmap.c829 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[k], NULL)); in dev_map_delete_elem()
940 old_dev = unrcu_pointer(xchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev))); in __dev_map_update_elem()
1140 odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL)); in dev_map_notification()
A Dcpumap.c511 old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu))); in __cpu_map_entry_replace()
/linux/net/xdp/
A Dxskmap.c234 old_xs = unrcu_pointer(xchg(map_entry, NULL)); in xsk_map_delete_elem()
/linux/include/linux/
A Drcupdate.h527 #define unrcu_pointer(p) __unrcu_pointer(p, __UNIQUE_ID(rcu)) macro
/linux/net/ipv6/
A Daf_inet6.c512 opt = unrcu_pointer(xchg(&np->opt, NULL)); in inet6_cleanup_sock()
A Dipv6_sockglue.c114 opt = unrcu_pointer(xchg(&inet6_sk(sk)->opt, RCU_INITIALIZER(opt))); in ipv6_update_options()
A Droute.c369 from = unrcu_pointer(xchg(&rt->from, NULL)); in ip6_dst_destroy()
1441 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in rt6_make_pcpu_route()
1470 from = unrcu_pointer(xchg(&rt6_ex->rt6i->from, NULL)); in rt6_remove_exception()
A Dip6_fib.c990 from = unrcu_pointer(xchg(&pcpu_rt->from, NULL)); in __fib6_drop_pcpu_from()
/linux/drivers/acpi/apei/
A Dghes.c977 call_rcu(&unrcu_pointer(victim)->rcu, in ghes_estatus_cache_add()
/linux/security/selinux/
A Dhooks.c216 tsec = selinux_cred(unrcu_pointer(current->real_cred)); in cred_init_security()
2538 spin_lock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2546 spin_unlock_irq(&unrcu_pointer(current->sighand)->siglock); in selinux_bprm_committed_creds()
2552 __wake_up_parent(current, unrcu_pointer(current->real_parent)); in selinux_bprm_committed_creds()
/linux/net/sched/
A Dact_api.c65 old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie))); in tcf_set_action_cookie()
/linux/include/net/
A Dsock.h2107 old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst))); in sk_dst_set()

Completed in 103 milliseconds