Searched refs:TAILQ_SWAP (Results 1 – 8 of 8) sorted by relevance
| /src/share/man/man3/ |
| H A D | Makefile | 301 queue.3 TAILQ_SWAP.3
|
| /src/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 1859 TAILQ_SWAP(&td->stranded_synqe, &slist, synq_entry, link); in cleanup_stranded_tids() 1870 TAILQ_SWAP(&td->stranded_atids, &tlist, toepcb, link); in cleanup_stranded_tids() 1881 TAILQ_SWAP(&td->stranded_tids, &tlist, toepcb, link); in cleanup_stranded_tids()
|
| /src/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 823 #define TAILQ_SWAP(head1, head2, type, field) do { \ macro
|
| /src/sys/dev/iommu/ |
| H A D | busdma_iommu.c | 1107 TAILQ_SWAP(&domain->unload_entries, &entries, in iommu_domain_unload_task()
|
| /src/sys/sys/ |
| H A D | queue.h | 1078 #define TAILQ_SWAP(head1, head2, type, field) do { \ macro
|
| /src/sys/netinet/ |
| H A D | tcp_hpts.c | 1213 TAILQ_SWAP(&head, &hptsh->head, tcpcb, t_hpts); in tcp_hptsi()
|
| /src/sys/geom/mirror/ |
| H A D | g_mirror.c | 1317 TAILQ_SWAP(&sc->sc_regular_delayed, &sc->sc_queue, bio, bio_queue); in g_mirror_regular_release()
|
| /src/sys/kern/ |
| H A D | uipc_socket.c | 2026 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);
|