Home
last modified time | relevance | path

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

/freebsd/share/man/man3/
H A DMakefile288 queue.3 TAILQ_SWAP.3
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h823 #define TAILQ_SWAP(head1, head2, type, field) do { \ macro
/freebsd/sys/sys/
H A Dqueue.h900 #define TAILQ_SWAP(head1, head2, type, field) do { \ macro
/freebsd/sys/dev/iommu/
H A Dbusdma_iommu.c1064 TAILQ_SWAP(&domain->unload_entries, &entries, in iommu_domain_unload_task()
/freebsd/sys/netinet/
H A Dtcp_hpts.c1203 TAILQ_SWAP(&head, &hptsh->head, tcpcb, t_hpts); in tcp_hptsi()
/freebsd/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()
/freebsd/sys/kern/
H A Duipc_socket.c1319 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);