Searched refs:list_next_or_null_rcu (Results 1 – 8 of 8) sorted by relevance
| /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 | 455 #define list_next_or_null_rcu(head, ptr, type, member) \ macro
|
| /linux/include/linux/sched/ |
| H A D | signal.h | 718 return list_next_or_null_rcu(&p->signal->thread_head, in __next_thread()
|
| /linux/kernel/rcu/ |
| H A D | tree_nocb.h | 1629 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 D | multipath.c | 373 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
|
| /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/kernel/sched/ext/ |
| H A D | sub.c | 56 next = list_next_or_null_rcu(&scx_parent(pos)->children, &pos->sibling, in scx_skip_subtree_pre()
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 1746 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()
|