
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.

list_for_each_prev - iterate over a list backwards
list_for_each_prev (pos, head);
pos the &struct list_head to use as a loop counter.
head the head for your list.
Powered by the Ubuntu Manpage Repository generator
maintained by Dustin Kirkland
© 2010 Canonical Ltd. Ubuntu and Canonical are registered trademarks of Canonical Ltd.