list_for_each_entry_safe_reverse —
the type * to use as a loop cursor.
another type * to use as temporary storage
the head for your list.
the name of the list_struct within the struct.
Iterate backwards over list of given type, safe against removal of list entry.