Home
last modified time | relevance | path

Searched refs:head2 (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/sys/
Dqueue.h255 #define SLIST_SWAP(head1, head2, type) do { \ argument
257 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
258 SLIST_FIRST(head2) = swap_first; \
292 #define STAILQ_CONCAT(head1, head2) do { \ argument
293 if (!STAILQ_EMPTY((head2))) { \
294 *(head1)->stqh_last = (head2)->stqh_first; \
295 (head1)->stqh_last = (head2)->stqh_last; \
296 STAILQ_INIT((head2)); \
380 #define STAILQ_SWAP(head1, head2, type) do { \ argument
383 STAILQ_FIRST(head1) = STAILQ_FIRST(head2); \
[all …]