Home
last modified time | relevance | path

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

/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.h455 #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/kernel/rcu/
H A Dtree_nocb.h1629 nocb_next_rdp = list_next_or_null_rcu(&rdp->nocb_gp_rdp->nocb_head_rdp, in show_rcu_nocb_state()
/linux/drivers/nvme/host/
H A Dmultipath.c373 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-clt.c764 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/kernel/sched/ext/
H A Dsub.c56 next = list_next_or_null_rcu(&scx_parent(pos)->children, &pos->sibling, in scx_skip_subtree_pre()
/linux/kernel/locking/
H A Dlockdep.c1746 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()