Searched defs:head2 (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/eal/windows/include/sys/ |
| H A D | queue.h | 185 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument 272 #define SLIST_SWAP(head1, head2, type) do { \ argument 309 #define STAILQ_CONCAT(head1, head2) do { \ argument 397 #define STAILQ_SWAP(head1, head2, type) do { \ argument 485 #define LIST_CONCAT(head1, head2, type, field) do { \ argument 575 #define LIST_SWAP(head1, head2, type, field) do { \ argument 675 #define TAILQ_CONCAT(head1, head2, field) do { \ argument 824 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
|