Search | Google it | Results 1 - 2 of 2 for fundef:SLIST_REMOVE_HEAD (0.00 seconds) |
145: 146: #define SLIST_REMOVE_HEAD(head, field) do { \ 147: (head)->slh_first = (head)->slh_first->field.sle_next; \
209: 210: #define SLIST_REMOVE_HEAD(head, field) do { \ 211: (head)->slh_first = (head)->slh_first->field.sle_next; \