Scroll to navigation

LIST_LAST_ENTRY(9) Data Types LIST_LAST_ENTRY(9)

NAME

list_last_entry - get the last element from a list

SYNOPSIS

list_last_entry(ptr, type, member);

ARGUMENTS

ptr
the list head to take the element from.
type
the type of the struct this is embedded in.
member
the name of the list_struct within the struct.

DESCRIPTION

Note, that list is expected to be not empty.

COPYRIGHT

May 2018 Kernel Hackers Manual 3.16