Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/net/kcm/
Dkcmproc.c31 return list_next_or_null_rcu(&knet->mux_list, &mux->kcm_mux_list, in kcm_get_next()
/Linux-v6.6/include/linux/
Drculist.h369 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
/Linux-v6.6/arch/x86/kvm/mmu/
Dtdp_mmu.c116 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
128 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
/Linux-v6.6/drivers/base/power/
Dwakeup.c300 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
/Linux-v6.6/drivers/nvme/host/
Dmultipath.c282 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_tun_encap.c324 list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap()
332 next = list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap()
/Linux-v6.6/drivers/infiniband/ulp/rtrs/
Drtrs-clt.c765 return list_next_or_null_rcu(head, &clt_path->s.entry, typeof(*clt_path), s.entry) ?: in rtrs_clt_get_next_path_or_null()
766 list_next_or_null_rcu(head, in rtrs_clt_get_next_path_or_null()
/Linux-v6.6/kernel/rcu/
Dtree_nocb.h1664 nocb_next_rdp = list_next_or_null_rcu(&rdp->nocb_gp_rdp->nocb_head_rdp, in show_rcu_nocb_state()
/Linux-v6.6/Documentation/RCU/
DwhatisRCU.rst997 list_next_or_null_rcu
/Linux-v6.6/kernel/locking/
Dlockdep.c1686 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()