Home
last modified time | relevance | path

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

/dpdk/lib/eal/windows/include/sys/
H A Dqueue.h274 SLIST_FIRST(head1) = SLIST_FIRST(head2); \
309 #define STAILQ_CONCAT(head1, head2) do { \ argument
312 (head1)->stqh_last = (head2)->stqh_last; \
401 (head1)->stqh_last = (head2)->stqh_last; \
404 if (STAILQ_EMPTY(head1)) \
405 (head1)->stqh_last = &STAILQ_FIRST(head1); \
490 &LIST_FIRST((head1)); \
679 (head1)->tqh_last = (head2)->tqh_last; \
681 QMD_TRACE_HEAD(head1); \
828 (head1)->tqh_last = (head2)->tqh_last; \
[all …]