list_for_each_prev

Name

list_for_each_prev --  iterate over a list backwards

Synopsis

list_for_each_prev ( pos, head);

Arguments

pos

the &struct list_head to use as a loop counter.

head

the head for your list.