Home
last modified time | relevance | path

Searched refs:STAILQ_CONCAT (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/contrib/elftoolchain/common/
H A D_elftc.h93 #ifndef STAILQ_CONCAT
94 #define STAILQ_CONCAT(head1, head2) do { \ macro
/freebsd/sys/dev/cesa/
H A Dcesa.c255 STAILQ_CONCAT(&sc->sc_free_tdesc, &cr->cr_tdesc); in cesa_free_request()
260 STAILQ_CONCAT(&sc->sc_free_sdesc, &cr->cr_sdesc); in cesa_free_request()
776 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyin); in cesa_create_chain_cb()
777 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyout); in cesa_create_chain_cb()
885 STAILQ_CONCAT(&sc->sc_queued_requests, &sc->sc_ready_requests); in cesa_execute()
1491 STAILQ_CONCAT(&requests, &sc->sc_queued_requests); in cesa_intr()
/freebsd/sys/kern/
H A Dsubr_busdma_bounce.c429 STAILQ_CONCAT(&bz->bounce_page_list, &map->bpages); in free_bounce_pages()
534 STAILQ_CONCAT(&callbacklist, &bounce_map_callbacklist); in busdma_thread()
H A Dkern_ktrace.c300 STAILQ_CONCAT(&ktr_free, &ktr_new); in ktrace_resize_pool()
409 STAILQ_CONCAT(&local_queue, &td->td_proc->p_ktr); in ktr_drain()
H A Duipc_usrreq.c1271 STAILQ_CONCAT(&sb->uxst_mbq, &cmc.mc_q); in uipc_sosend_stream_or_seqpacket()
1281 STAILQ_CONCAT(&sb->uxst_mbq, &mc.mc_q); in uipc_sosend_stream_or_seqpacket()
1595 STAILQ_CONCAT(&cmc.mc_q, &sb->uxst_mbq); in uipc_soreceive_stream_or_seqpacket()
2509 STAILQ_CONCAT(&sb->uxst_mbq, &mc.mc_q); in uipc_sendfile()
3219 STAILQ_CONCAT(&so2->so_rcv.uxdg_mb, in unp_disconnect()
4283 STAILQ_CONCAT(&so->so_rcv.uxdg_mb, &sb->uxdg_mb); in unp_dispose()
H A Duipc_ktls.c3303 STAILQ_CONCAT(&local_m_head, &wq->m_head); in ktls_work_thread()
3305 STAILQ_CONCAT(&local_so_head, &wq->so_head); in ktls_work_thread()
/freebsd/sys/sys/
H A Dqueue_mergesort.h42 STAILQ_CONCAT(head1, head2)
H A Dmbuf.h1697 STAILQ_CONCAT(&mq_dst->mq_head, &mq_src->mq_head); in mbufq_concat()
1803 STAILQ_CONCAT(&head->mc_q, &tail->mc_q); in mc_concat()
H A Dqueue.h444 #define STAILQ_CONCAT(head1, head2) do { \ macro
/freebsd/tests/sys/sys/
H A Dqueue_test.c207 STAILQ_CONCAT(first, second)
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-queue-macros.h187 #define STAILQ_CONCAT(head1, head2, type, field) \ macro
/freebsd/bin/ps/
H A Dps.c499 STAILQ_CONCAT(&varlist, &Ovarlist); in main()
500 STAILQ_CONCAT(&varlist, &rest); in main()
504 STAILQ_CONCAT(&varlist, &Ovarlist); in main()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c175 STAILQ_CONCAT(&td->unsent_wr_list, &e->wr_list); in resolution_failed()
/freebsd/sys/dev/nvmf/controller/
H A Dnvmft_qpair.c145 STAILQ_CONCAT(&datamove_queue, &qp->datamove_queue); in nvmft_qpair_shutdown()
/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c298 STAILQ_CONCAT(&cleanup_data->to_kill_grefs, &tmp_grefs); in gref_list_dtor()
529 STAILQ_CONCAT(&cleanup_data->to_kill_gmaps, &tmp_gmaps); in gmap_list_dtor()
/freebsd/share/man/man3/
H A DMakefile250 queue.3 STAILQ_CONCAT.3 \
/freebsd/contrib/openbsm/compat/
H A Dqueue.h229 #define STAILQ_CONCAT(head1, head2) do { \ macro
/freebsd/sys/dev/iscsi/
H A Dicl_soft.c1021 STAILQ_CONCAT(&queue, &isc->to_send); in icl_send_thread()
1062 STAILQ_CONCAT(&isc->to_send, &queue); in icl_send_thread()
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c474 STAILQ_CONCAT(&tp->t_inqueue, &q); in tcp_queue_pkts()
H A Dsiftr.c476 STAILQ_CONCAT(&tmp_pkt_queue, &pkt_queue); in siftr_pkt_manager_thread()
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h308 #define STAILQ_CONCAT(head1, head2) do { \ macro
/freebsd/sys/x86/x86/
H A Dmca.c902 STAILQ_CONCAT(&mca_freelist, &tmplist); in mca_resize_freelist()
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c118 STAILQ_CONCAT(&local_rele_list, &unionfs_deferred_rele_list); in unionfs_deferred_rele()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_sata.c759 STAILQ_CONCAT(&tmp_doneq, &ch->doneq); in fsl_sata_intr()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c817 STAILQ_CONCAT(&xbb->request_free_stailq, req_list); in xbb_release_reqs()

12