Search | Google it | Results 1 - 2 of 2 for fundef:LIST_NEXT (0.02 seconds) |
186: #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) 187: #define LIST_NEXT(elm, field) ((elm)->field.le_next) 188:
173: #define LIST_FIRST(head) ((head)->lh_first) 174: #define LIST_NEXT(elm, field) ((elm)->field.le_next) 175: