Search | Google it | Results 1 - 2 of 2 for fundef:SLIST_NEXT (0.01 seconds) |
112: #define SLIST_EMPTY(head) (SLIST_FIRST(head) == SLIST_END(head)) 113: #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) 114:
239: #define SLIST_FIRST(head) ((head)->slh_first) 240: #define SLIST_NEXT(elm, field) ((elm)->field.sle_next) 241: