| /freebsd/contrib/elftoolchain/common/ |
| H A D | _elftc.h | 93 #ifndef STAILQ_CONCAT 94 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /freebsd/sys/dev/cesa/ |
| H A D | cesa.c | 255 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 D | subr_busdma_bounce.c | 429 STAILQ_CONCAT(&bz->bounce_page_list, &map->bpages); in free_bounce_pages() 534 STAILQ_CONCAT(&callbacklist, &bounce_map_callbacklist); in busdma_thread()
|
| H A D | kern_ktrace.c | 300 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 D | uipc_usrreq.c | 1271 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 D | uipc_ktls.c | 3303 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 D | queue_mergesort.h | 42 STAILQ_CONCAT(head1, head2)
|
| H A D | mbuf.h | 1697 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 D | queue.h | 444 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /freebsd/tests/sys/sys/ |
| H A D | queue_test.c | 207 STAILQ_CONCAT(first, second)
|
| /freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/ |
| H A D | sys-queue-macros.h | 187 #define STAILQ_CONCAT(head1, head2, type, field) \ macro
|
| /freebsd/bin/ps/ |
| H A D | ps.c | 499 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 D | t4_tom_l2t.c | 175 STAILQ_CONCAT(&td->unsent_wr_list, &e->wr_list); in resolution_failed()
|
| /freebsd/sys/dev/nvmf/controller/ |
| H A D | nvmft_qpair.c | 145 STAILQ_CONCAT(&datamove_queue, &qp->datamove_queue); in nvmft_qpair_shutdown()
|
| /freebsd/sys/dev/xen/gntdev/ |
| H A D | gntdev.c | 298 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 D | Makefile | 250 queue.3 STAILQ_CONCAT.3 \
|
| /freebsd/contrib/openbsm/compat/ |
| H A D | queue.h | 229 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /freebsd/sys/dev/iscsi/ |
| H A D | icl_soft.c | 1021 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 D | tcp_lro_hpts.c | 474 STAILQ_CONCAT(&tp->t_inqueue, &q); in tcp_queue_pkts()
|
| H A D | siftr.c | 476 STAILQ_CONCAT(&tmp_pkt_queue, &pkt_queue); in siftr_pkt_manager_thread()
|
| /freebsd/contrib/libarchive/unzip/ |
| H A D | la_queue.h | 308 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /freebsd/sys/x86/x86/ |
| H A D | mca.c | 902 STAILQ_CONCAT(&mca_freelist, &tmplist); in mca_resize_freelist()
|
| /freebsd/sys/fs/unionfs/ |
| H A D | union_subr.c | 118 STAILQ_CONCAT(&local_rele_list, &unionfs_deferred_rele_list); in unionfs_deferred_rele()
|
| /freebsd/sys/powerpc/mpc85xx/ |
| H A D | fsl_sata.c | 759 STAILQ_CONCAT(&tmp_doneq, &ch->doneq); in fsl_sata_intr()
|
| /freebsd/sys/dev/xen/blkback/ |
| H A D | blkback.c | 817 STAILQ_CONCAT(&xbb->request_free_stailq, req_list); in xbb_release_reqs()
|