list_for_each_safe ( pos, n, head);
list_for_each_safe
the &struct list_head to use as a loop counter.
another &struct list_head to use as temporary storage
the head for your list.