| The Linux Kernel API | ||
|---|---|---|
| <<< Previous | Next >>> | |
the &struct hlist_node to use as a loop counter.
the head for your list.
the name of the hlist_node within the struct.
This list-traversal primitive may safely run concurrently with the _rcu list-mutation primitives such as hlist_add_rcu as long as the traversal is guarded by rcu_read_lock.
| <<< Previous | Home | Next >>> |
| hlist_for_each_entry_safe | Up | Basic C Library Functions |