Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/net/kcm/
H A Dkcmproc.c31 return list_next_or_null_rcu(&knet->mux_list, &mux->kcm_mux_list, in kcm_get_next()
/OK3568_Linux_fs/kernel/include/linux/
H A Drculist.h370 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dmultipath.c204 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
/OK3568_Linux_fs/kernel/drivers/base/power/
H A Dwakeup.c308 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c753 list_next_or_null_rcu(head, ptr, type, memb) ?: \
754 list_next_or_null_rcu(head, READ_ONCE((ptr)->next), \
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c1661 list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_valid_encap()
1669 next = list_next_or_null_rcu(&nhe->encap_list, in mlx5e_get_next_valid_encap()
/OK3568_Linux_fs/kernel/Documentation/RCU/
H A DwhatisRCU.rst894 list_next_or_null_rcu
/OK3568_Linux_fs/kernel/kernel/locking/
H A Dlockdep.c1646 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()