Home
last modified time | relevance | path

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

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