list.h | 80 list_next(const struct list_head *node) function in typeref:struct:list_head * 279 list_entry(list_next(&(ENTRY)->FIELD), typeof(*(ENTRY)), FIELD) 286 (VAR) = list_next((VAR))) 295 ((VAR) != (HEAD)) && ((NEXT) = list_next((VAR)), 1); \ 304 (VAR) = list_entry(list_next(&(VAR)->FIELD), typeof(*(VAR)), \ 310 ((NEXT) = list_entry(list_next(&(VAR)->FIELD), \
|