Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ck/include/
H A Dck_queue.h214 #define CK_SLIST_MOVE(head1, head2, field) do { \ argument
247 #define CK_STAILQ_CONCAT(head1, head2) do { \ argument
328 #define CK_STAILQ_MOVE(head1, head2, field) do { \ argument
338 #define CK_STAILQ_SWAP(head1, head2, type) do { \ argument
419 #define CK_LIST_MOVE(head1, head2, field) do { \ argument
428 #define CK_LIST_SWAP(head1, head2, type, field) do { \ argument
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h185 #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
/f-stack/freebsd/sys/
H A Dqueue.h215 #define SLIST_CONCAT(head1, head2, type, field) do { \ argument
302 #define SLIST_SWAP(head1, head2, type) do { \ argument
339 #define STAILQ_CONCAT(head1, head2) do { \ argument
427 #define STAILQ_SWAP(head1, head2, type) do { \ argument
514 #define LIST_CONCAT(head1, head2, type, field) do { \ argument
604 #define LIST_SWAP(head1, head2, type, field) do { \ argument
704 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
853 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
/f-stack/tools/compat/include/sys/
H A Dqueue.h255 #define SLIST_SWAP(head1, head2, type) do { \ argument
292 #define STAILQ_CONCAT(head1, head2) do { \ argument
380 #define STAILQ_SWAP(head1, head2, type) do { \ argument
524 #define LIST_SWAP(head1, head2, type, field) do { \ argument
602 #define TAILQ_CONCAT(head1, head2, field) do { \ argument
737 #define TAILQ_SWAP(head1, head2, type, field) do { \ argument
/f-stack/app/micro_thread/
H A Dkqueue_proxy.h66 #define TAILQ_CONCAT(head1, head2, field) \ argument