list_last_entry (9) Linux Manual Page
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_head within the struct.
Description
Note, that list is expected to be not empty.
