list.h | 74 list_last(const struct list_head *head) function in typeref:struct:list_head * 277 list_entry(list_last((PTR)), TYPE, FIELD) 289 for ((VAR) = list_last((HEAD)); \ 315 for ((VAR) = list_entry(list_last((HEAD)), typeof(*(VAR)), FIELD); \ 322 for ((VAR) = list_entry(list_last((HEAD)), typeof(*(VAR)), FIELD); \
|