| The Linux Kernel API | ||
|---|---|---|
| <<< Previous | Next >>> | |
the &struct list_head to use as a loop counter.
another &struct list_head to use as temporary storage
the head for your list.
This list-traversal primitive may safely run concurrently with the _rcu list-mutation primitives such as list_add_rcu as long as the traversal is guarded by rcu_read_lock.
This list-traversal primitive may safely run concurrently with the _rcu list-mutation primitives such as list_add_rcu as long as the traversal is guarded by rcu_read_lock.
| <<< Previous | Home | Next >>> |
| list_for_each_rcu | Up | list_for_each_entry_rcu |