hlist_for_each_entry_safe — iterate over list of given type safe against removal of list entry
the type * to use as a loop cursor.
the struct hlist_node to use as a loop cursor.
another struct hlist_node to use as temporary storage
the head for your list.
the name of the hlist_node within the struct.