Searched defs:head2 (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 184 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 271 #define SLIST_SWAP(head1, head2, type) do { \ argument 308 #define STAILQ_CONCAT(head1, head2) do { \ argument 396 #define STAILQ_SWAP(head1, head2, type) do { \ argument 484 #define LIST_CONCAT(head1, head2, type, field) do { \ argument 574 #define LIST_SWAP(head1, head2, type, field) do { \ argument 674 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 823 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|