list_for_each_entry_continue ( pos, head, member);
list_for_each_entry_continue
the type * to use as a loop counter.
the head for your list.
the name of the list_struct within the struct.
continuing after existing point