list.h | 86 list_prev(const struct list_head *node) function in typeref:struct:list_head * 281 list_entry(list_prev(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD) 291 (VAR) = list_prev((VAR))) 317 ((NEXT) = list_entry(list_prev(&(VAR)->FIELD), \ 324 (VAR) = list_entry(list_prev(&(VAR)->FIELD), typeof(*(VAR)), \
|