Searched refs:list_next_or_null_rcu (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
H A D | neigh.c | 72 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 D | kcmproc.c | 31 return list_next_or_null_rcu(&knet->mux_list, &mux->kcm_mux_list, in kcm_get_next()
|
/linux/include/linux/ |
H A D | rculist.h | 416 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
|
/linux/include/linux/sched/ |
H A D | signal.h | 715 return list_next_or_null_rcu(&p->signal->thread_head, in __next_thread()
|
/linux/arch/x86/kvm/mmu/ |
H A D | tdp_mmu.c | 134 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root() 146 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in tdp_mmu_next_root()
|
/linux/drivers/base/power/ |
H A D | wakeup.c | 300 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | tc_tun_encap.c | 333 list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap() 341 next = list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap()
|
/linux/kernel/rcu/ |
H A D | tree_nocb.h | 1570 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 D | rtrs-clt.c | 764 return list_next_or_null_rcu(head, &clt_path->s.entry, typeof(*clt_path), s.entry) ?: in rtrs_clt_get_next_path_or_null() 765 list_next_or_null_rcu(head, in rtrs_clt_get_next_path_or_null()
|
/linux/Documentation/RCU/ |
H A D | whatisRCU.rst | 1016 list_next_or_null_rcu
|