Symbol: unrcu_pointer
drivers/acpi/apei/ghes.c
1153
call_rcu(&unrcu_pointer(victim)->rcu,
drivers/dma-buf/dma-fence-chain.c
65
tmp = unrcu_pointer(cmpxchg(&chain->prev, RCU_INITIALIZER(prev),
drivers/gpu/drm/nouveau/nouveau_fence.c
210
struct nouveau_channel *chan = unrcu_pointer(fence->channel);
drivers/gpu/drm/nouveau/nv04_fence.c
42
struct nvif_push *push = &unrcu_pointer(fence->channel)->chan.push;
fs/nfsd/filecache.c
389
nf = unrcu_pointer(xchg(pnf, NULL));
fs/nfsd/localio.c
100
new = unrcu_pointer(cmpxchg(pnf, NULL, RCU_INITIALIZER(localio)));
include/net/sock.h
2249
old_dst = unrcu_pointer(xchg(&sk->sk_dst_cache, RCU_INITIALIZER(dst)));
kernel/bpf/cpumap.c
561
old_rcpu = unrcu_pointer(xchg(&cmap->cpu_map[key_cpu], RCU_INITIALIZER(rcpu)));
kernel/bpf/devmap.c
1187
odev = unrcu_pointer(cmpxchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev), NULL));
kernel/bpf/devmap.c
871
old_dev = unrcu_pointer(xchg(&dtab->netdev_map[k], NULL));
kernel/bpf/devmap.c
982
old_dev = unrcu_pointer(xchg(&dtab->netdev_map[i], RCU_INITIALIZER(dev)));
lib/test_context-analysis.c
416
(void)unrcu_pointer(d->data);
net/core/gen_estimator.c
211
est = unrcu_pointer(xchg(rate_est, NULL));
net/core/sock_diag.c
197
old = unrcu_pointer(xchg(&inet_rcv_compat, NULL));
net/ipv4/cipso_ipv4.c
1977
opt = unrcu_pointer(xchg(&req_inet->ireq_opt, RCU_INITIALIZER(opt)));
net/ipv4/tcp.c
3451
dst_release(unrcu_pointer(xchg(&sk->sk_rx_dst, NULL)));
net/ipv4/tcp_fastopen.c
139
ctxt = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx, NULL));
net/ipv4/tcp_fastopen.c
170
octx = unrcu_pointer(xchg(&q->ctx, RCU_INITIALIZER(ctx)));
net/ipv4/tcp_fastopen.c
172
octx = unrcu_pointer(xchg(&net->ipv4.tcp_fastopen_ctx,
net/ipv4/udp.c
2452
old = unrcu_pointer(xchg(&sk->sk_rx_dst, RCU_INITIALIZER(dst)));
net/ipv6/af_inet6.c
495
opt = unrcu_pointer(xchg(&np->opt, NULL));
net/ipv6/ip6_fib.c
1005
from = unrcu_pointer(xchg(&pcpu_rt->from, NULL));
net/ipv6/ipv6_sockglue.c
117
opt = unrcu_pointer(xchg(&inet6_sk(sk)->opt, RCU_INITIALIZER(opt)));
net/ipv6/route.c
1494
from = unrcu_pointer(xchg(&pcpu_rt->from, NULL));
net/ipv6/route.c
369
from = unrcu_pointer(xchg(&rt->from, NULL));
net/ipv6/route.c
387
from = unrcu_pointer(xchg(&rt->from, NULL));
net/sched/act_api.c
65
old = unrcu_pointer(xchg(old_cookie, RCU_INITIALIZER(new_cookie)));
net/smc/smc_sysctl.c
61
ctrl = unrcu_pointer(xchg(&net->smc.hs_ctrl, RCU_INITIALIZER(ctrl)));
net/xdp/xskmap.c
238
old_xs = unrcu_pointer(xchg(map_entry, NULL));
security/lsm_init.c
479
if (lsm_cred_alloc((struct cred *)unrcu_pointer(current->cred),
security/selinux/hooks.c
219
crsec = selinux_cred(unrcu_pointer(current->real_cred));
security/selinux/hooks.c
2587
spin_lock_irq(&unrcu_pointer(current->sighand)->siglock);
security/selinux/hooks.c
2595
spin_unlock_irq(&unrcu_pointer(current->sighand)->siglock);
security/selinux/hooks.c
2601
__wake_up_parent(current, unrcu_pointer(current->real_parent));