Symbol: list_first_or_null_rcu
arch/x86/kvm/mmu/tdp_mmu.c
140
next_root = list_first_or_null_rcu(&kvm->arch.tdp_mmu_roots,
drivers/base/power/wakeup.c
278
return list_first_or_null_rcu(&wakeup_sources, struct wakeup_source, entry);
drivers/infiniband/ulp/rtrs/rtrs-clt.c
801
path = list_first_or_null_rcu(&clt->paths_list,
drivers/md/dm-thin.c
2333
tc = list_first_or_null_rcu(&pool->active_thins, struct thin_c, list);
drivers/net/ethernet/mellanox/mlx5/core/en/rep/neigh.c
76
list_first_or_null_rcu(&rpriv->neigh_update.neigh_list,
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
336
list_first_or_null_rcu(&nhe->encap_list,
drivers/net/macsec.c
276
macsec = list_first_or_null_rcu(&rxd->secys, struct macsec_dev,
drivers/net/macvlan.c
506
vlan = list_first_or_null_rcu(&port->vlans,
drivers/net/ppp/ppp_generic.c
1602
pch = list_first_or_null_rcu(&ppp->channels, struct channel, clist);
drivers/net/wireless/microchip/wilc1000/cfg80211.c
226
vif = list_first_or_null_rcu(&wl->vif_list, typeof(*vif), list);
drivers/nvme/host/ioctl.c
823
ns = list_first_or_null_rcu(&ctrl->namespaces, struct nvme_ns, list);
drivers/nvme/host/multipath.c
359
return list_first_or_null_rcu(&head->list, struct nvme_ns, siblings);
drivers/nvme/target/pr.c
273
first_reg = list_first_or_null_rcu(&pr->registrant_list,
kernel/livepatch/patch.c
62
func = list_first_or_null_rcu(&ops->func_stack, struct klp_func,
kernel/trace/trace_osnoise.c
86
return !!list_first_or_null_rcu(&osnoise_instances,
mm/zswap.c
392
pool = list_first_or_null_rcu(&zswap_pools, typeof(*pool), list);
net/bluetooth/hci_sync.c
5777
while ((conn = list_first_or_null_rcu(head, struct hci_conn, list))) {
net/core/dev.c
8650
lower = list_first_or_null_rcu(&dev->adj_list.lower,
net/core/dev.c
8669
upper = list_first_or_null_rcu(&dev->adj_list.upper,
net/hsr/hsr_framereg.c
796
node = list_first_or_null_rcu(&hsr->node_db,
net/ipv6/route.c
5359
rt = list_first_or_null_rcu(&rt_last->fib6_siblings,
net/kcm/kcmproc.c
23
return list_first_or_null_rcu(&knet->mux_list,
net/ncsi/ncsi-manage.c
1563
nc = list_first_or_null_rcu(&ndp->channel_queue,
net/netfilter/nf_flow_table_xdp.c
40
ft_elem = list_first_or_null_rcu(&iter->head,
net/wireless/nl80211.c
11247
req = list_first_or_null_rcu(&rdev->sched_scan_req_list,
net/xdp/xsk.c
507
xs = list_first_or_null_rcu(&pool->xsk_tx_list, struct xdp_sock, tx_list);
tools/testing/cxl/test/mock.c
34
return list_first_or_null_rcu(&mock, struct cxl_mock_ops, list);
tools/testing/nvdimm/test/iomap.c
388
ops = list_first_or_null_rcu(&iomap_head, typeof(*ops), list);
tools/testing/nvdimm/test/iomap.c
46
ops = list_first_or_null_rcu(&iomap_head, typeof(*ops), list);