list_for_each_safe_rcu

Name

list_for_each_safe_rcu --  iterate over an rcu-protected list safe

Synopsis

list_for_each_safe_rcu ( pos, n, head);

Arguments

pos

the &struct list_head to use as a loop counter.

n

another &struct list_head to use as temporary storage

head

the head for your list.

Description

against removal of list entry