Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A 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/net/kcm/
H A Dkcmproc.c31 return list_next_or_null_rcu(&knet->mux_list, &mux->kcm_mux_list, in kcm_get_next()
/linux/include/linux/
H A Drculist.h369 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
/linux/include/linux/sched/
H A Dsignal.h718 return list_next_or_null_rcu(&p->signal->thread_head, in __next_thread()
/linux/arch/x86/kvm/mmu/
H A Dtdp_mmu.c119 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
131 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
/linux/drivers/base/power/
H A Dwakeup.c300 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
/linux/drivers/nvme/host/
H A Dmultipath.c287 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A 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/kernel/rcu/
H A Dtree_nocb.h1674 nocb_next_rdp = list_next_or_null_rcu(&rdp->nocb_gp_rdp->nocb_head_rdp, in show_rcu_nocb_state()
/linux/drivers/infiniband/ulp/rtrs/
H A 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/Documentation/RCU/
H A DwhatisRCU.rst1008 list_next_or_null_rcu
/linux/kernel/locking/
H A Dlockdep.c1686 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()