Man Page: list_for_each_prev
Operating Environment: centos
Section: 9
LIST_FOR_EACH_PREV(9) Data Types LIST_FOR_EACH_PREV(9)NAMElist_for_each_prev - iterate over a list backwardsSYNOPSISlist_for_each_prev(pos, head);ARGUMENTSpos the struct list_head to use as a loop cursor. head the head for your list.COPYRIGHTKernel Hackers Manual 3.10 June 2014 LIST_FOR_EACH_PREV(9)