Home
last modified time | relevance | path

Searched refs:TAILQ_CONCAT (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/drm/ttm/
H A Dttm_page_alloc.c620 TAILQ_CONCAT(&pool->list, &new_pages, pageq); in ttm_page_pool_fill_locked()
629 TAILQ_CONCAT(&pool->list, &new_pages, pageq); in ttm_page_pool_fill_locked()
659 TAILQ_CONCAT(pages, &pool->list, pageq); in ttm_page_pool_get_pages()
/dragonfly/share/man/man3/
H A DMakefile67 MLINKS+=queue.3 TAILQ_CONCAT.3
/dragonfly/lib/libssh/openbsd-compat/
H A Dsys-queue.h110 #undef TAILQ_CONCAT
619 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_rx_edma.c541 TAILQ_CONCAT(&rxlist, &sc->sc_rx_rxlist[qtype], bf_list); in ath_edma_recv_proc_deferred_queue()
H A Dif_ath_beacon.c645 TAILQ_CONCAT(&cabq->fifo.axq_q, &cabq->axq_q, bf_list); in ath_beacon_cabq_start_edma()
H A Dif_ath.c3744 TAILQ_CONCAT(&dst->axq_q, &src->axq_q, bf_list);
/dragonfly/sys/sys/
H A Dqueue.h539 #define TAILQ_CONCAT(head1, head2, field) do { \ macro
/dragonfly/crypto/openssh/
H A Dsshconnect2.c1800 TAILQ_CONCAT(preferred, &agent, next); in pubkey_prepare()
1826 TAILQ_CONCAT(preferred, &files, next); in pubkey_prepare()
/dragonfly/usr.sbin/makefs/hammer2/
H A Dhammer2_vfsops.c2476 TAILQ_CONCAT(&pmp->syncq, &depend->sideq, entry); in hammer2_vfs_sync_pmp()
/dragonfly/contrib/dhcpcd/src/
H A Dipv6nd.c681 TAILQ_CONCAT(ctx->ra_routers, &sorted_routers, next); in ipv6nd_sortrouters()
/dragonfly/sys/vfs/hammer2/
H A Dhammer2_vfsops.c2510 TAILQ_CONCAT(&pmp->syncq, &depend->sideq, entry); in hammer2_vfs_sync_pmp()
/dragonfly/sys/dev/raid/mfi/
H A Dmfi.c1572 TAILQ_CONCAT(&queue, &sc->mfi_evt_queue, link); in mfi_handle_evt()
/dragonfly/sys/bus/cam/
H A Dcam_xpt.c7396 TAILQ_CONCAT(&queue, &cam_simq, links); in camisr()