Searched refs:list_next_or_null_rcu (Results 1 – 6 of 6) 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/drivers/base/power/ |
| H A D | wakeup.c | 293 return list_next_or_null_rcu(ws_head, &ws->entry, in wakeup_sources_walk_next()
|
| /linux/drivers/nvme/host/ |
| H A D | multipath.c | 338 ns = list_next_or_null_rcu(&head->list, &ns->siblings, struct nvme_ns, in nvme_next_ns()
|
| /linux/Documentation/RCU/ |
| H A D | whatisRCU.rst | 1027 list_next_or_null_rcu
|
| /linux/kernel/locking/ |
| H A D | lockdep.c | 1702 return list_next_or_null_rcu(get_dep_list(lock->parent, offset), in __bfs_next()
|