Home
last modified time | relevance | path

Searched refs:list_next_or_null_rcu (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
Dneigh.c72 list_next_or_null_rcu(&rpriv->neigh_update.neigh_list, in mlx5e_get_next_nhe()
80 next = list_next_or_null_rcu(&rpriv->neigh_update.neigh_list, in mlx5e_get_next_nhe()
/Linux-v5.15/arch/x86/kvm/mmu/
Dtdp_mmu.c117 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
125 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
838 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root()
847 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root()
/Linux-v5.15/net/kcm/
Dkcmproc.c31 return list_next_or_null_rcu(&knet->mux_list, &mux->kcm_mux_list, in kcm_get_next()
/Linux-v5.15/include/linux/
Drculist.h369 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
/Linux-v5.15/drivers/base/power/
Dwakeup.c304 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
/Linux-v5.15/drivers/nvme/host/
Dmultipath.c223 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c272 list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap()
280 next = list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap()
/Linux-v5.15/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c762 list_next_or_null_rcu(head, ptr, type, memb) ?: \
763 list_next_or_null_rcu(head, READ_ONCE((ptr)->next), \
/Linux-v5.15/Documentation/RCU/
DwhatisRCU.rst893 list_next_or_null_rcu
/Linux-v5.15/kernel/locking/
Dlockdep.c1645 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()