Home
last modified time | relevance | path

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

/freebsd-12.1/share/man/man3/
H A DMakefile163 queue.3 TAILQ_SWAP.3
/freebsd-12.1/sys/x86/iommu/
H A Dintel_ctx.c839 TAILQ_SWAP(&domain->unload_entries, &entries, dmar_map_entry, in dmar_domain_unload_task()
/freebsd-12.1/sys/sys/
H A Dqueue.h858 #define TAILQ_SWAP(head1, head2, type, field) do { \ macro
/freebsd-12.1/sys/geom/mirror/
H A Dg_mirror.c1260 TAILQ_SWAP(&sc->sc_regular_delayed, &sc->sc_queue, bio, bio_queue); in g_mirror_regular_release()
/freebsd-12.1/sys/kern/
H A Duipc_socket.c1116 TAILQ_SWAP(&lqueue, &so->sol_incomp, socket, so_list);