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

/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H A Dneigh.c72 list_next_or_null_rcu(&rpriv->neigh_update.neigh_list,
80 next = list_next_or_null_rcu(&rpriv->neigh_update.neigh_list,
/linux-master/net/kcm/
H A Dkcmproc.c31 return list_next_or_null_rcu(&knet->mux_list, &mux->kcm_mux_list,
/linux-master/include/linux/
H A Drculist.h358 * list_next_or_null_rcu - get the next element from a list
369 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
/linux-master/drivers/base/power/
H A Dwakeup.c300 return list_next_or_null_rcu(ws_head, &ws->entry,
/linux-master/include/linux/sched/
H A Dsignal.h718 return list_next_or_null_rcu(&p->signal->thread_head,
/linux-master/arch/x86/kvm/mmu/
H A Dtdp_mmu.c119 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots,
131 next_root = list_next_or_null_rcu(&kvm->arch.tdp_mmu_roots,
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_tun_encap.c324 list_next_or_null_rcu(&nhe->encap_list,
332 next = list_next_or_null_rcu(&nhe->encap_list,
/linux-master/drivers/nvme/host/
H A Dmultipath.c283 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns,
/linux-master/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) ?:
766 list_next_or_null_rcu(head,
/linux-master/kernel/rcu/
H A Dtree_nocb.h1674 nocb_next_rdp = list_next_or_null_rcu(&rdp->nocb_gp_rdp->nocb_head_rdp,
/linux-master/kernel/locking/
H A Dlockdep.c1686 return list_next_or_null_rcu(get_dep_list(lock->parent, offset),

Completed in 197 milliseconds