Searched refs:list_next_or_null_rcu (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/rep/ |
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/arch/x86/kvm/mmu/ |
A D | tdp_mmu.c | 117 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() 803 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root() 812 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots, in next_invalidated_root()
|
/linux/net/kcm/ |
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/ |
A D | rculist.h | 369 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
|
/linux/drivers/base/power/ |
A D | wakeup.c | 304 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | tc_tun_encap.c | 302 list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap() 310 next = list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_matching_encap()
|
/linux/drivers/nvme/host/ |
A D | multipath.c | 230 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
|
/linux/drivers/infiniband/ulp/rtrs/ |
A D | rtrs-clt.c | 762 list_next_or_null_rcu(head, ptr, type, memb) ?: \ 763 list_next_or_null_rcu(head, READ_ONCE((ptr)->next), \
|
/linux/Documentation/RCU/ |
A D | whatisRCU.rst | 893 list_next_or_null_rcu
|
/linux/kernel/locking/ |
A D | lockdep.c | 1657 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()
|
Completed in 32 milliseconds