Search | Google it | Results 1 - 2 of 2 for fundef:SLIST_INSERT_HEAD (0.01 seconds) |
136: 137: #define SLIST_INSERT_HEAD(head, elm, field) do { \ 138: (elm)->field.sle_next = (head)->slh_first; \
204: 205: #define SLIST_INSERT_HEAD(head, elm, field) do { \ 206: (elm)->field.sle_next = (head)->slh_first; \