Home
last modified time | relevance | path

Searched refs:list_last (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h80 list_last(const struct list_head *head) in list_last() function
205 list_entry(list_last((PTR)), TYPE, FIELD)
228 for ((VAR) = list_entry(list_last((HEAD)), typeof(*(VAR)), FIELD); \