Home
last modified time | relevance | path

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

/src/share/man/man3/
H A DMakefile301 queue.3 TAILQ_SWAP.3
/src/sys/dev/cxgbe/tom/
H A Dt4_tom.c1859 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 Dla_queue.h823 #define TAILQ_SWAP(head1, head2, type, field) do { \ macro
/src/sys/dev/iommu/
H A Dbusdma_iommu.c1107 TAILQ_SWAP(&domain->unload_entries, &entries, in iommu_domain_unload_task()
/src/sys/sys/
H A Dqueue.h1078 #define TAILQ_SWAP(head1, head2, type, field) do { \ macro
/src/sys/netinet/
H A Dtcp_hpts.c1213 TAILQ_SWAP(&head, &hptsh->head, tcpcb, t_hpts); in tcp_hptsi()
/src/sys/geom/mirror/
H A Dg_mirror.c1317 TAILQ_SWAP(&sc->sc_regular_delayed, &sc->sc_queue, bio, bio_queue); in g_mirror_regular_release()
/src/sys/kern/
H A Duipc_socket.c2026 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);