list_for_each_continue_rcu
Name
list_for_each_continue_rcu -- iterate over an rcu-protected list
Synopsis
list_for_each_continue_rcu ( pos, head);
Arguments
- pos
the &struct list_head to use as a loop counter.
- head
the head for your list.
Description
continuing after existing point.