Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/common/
HD_elftc.h93 #ifndef STAILQ_CONCAT
94 #define STAILQ_CONCAT(head1, head2) do { \ macro
/NextBSD/sys/dev/cesa/
HDcesa.c279 STAILQ_CONCAT(&sc->sc_free_tdesc, &cr->cr_tdesc); in cesa_free_request()
284 STAILQ_CONCAT(&sc->sc_free_sdesc, &cr->cr_sdesc); in cesa_free_request()
788 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyin); in cesa_create_chain_cb()
789 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyout); in cesa_create_chain_cb()
911 STAILQ_CONCAT(&sc->sc_queued_requests, &sc->sc_ready_requests); in cesa_execute()
1324 STAILQ_CONCAT(&requests, &sc->sc_queued_requests); in cesa_intr()
/NextBSD/share/man/man3/
HDMakefile107 queue.3 STAILQ_CONCAT.3 \
/NextBSD/sys/dev/cxgbe/tom/
HDt4_tom_l2t.c172 STAILQ_CONCAT(&td->unsent_wr_list, &e->wr_list); in resolution_failed()
/NextBSD/sys/kern/
HDkern_ktrace.c267 STAILQ_CONCAT(&ktr_free, &ktr_new); in ktrace_resize_pool()
366 STAILQ_CONCAT(&local_queue, &td->td_proc->p_ktr); in ktr_drain()
/NextBSD/contrib/openbsm/compat/
HDqueue.h229 #define STAILQ_CONCAT(head1, head2) do { \ macro
/NextBSD/contrib/ofed/libcxgb4/src/
HDqueue.h260 #define STAILQ_CONCAT(head1, head2) do { \ macro
/NextBSD/sys/sys/
HDqueue.h291 #define STAILQ_CONCAT(head1, head2) do { \ macro
/NextBSD/sys/arm/ti/cpsw/
HDif_cpsw.c1470 STAILQ_CONCAT(&sc->rx.active, &tmpqueue); in cpsw_rx_enqueue()
1639 STAILQ_CONCAT(&sc->tx.active, &tmpqueue); in cpsw_tx_enqueue()
/NextBSD/sys/dev/iscsi/
HDicl_soft.c1048 STAILQ_CONCAT(&ic->ic_to_send, &queue); in icl_send_thread()
/NextBSD/sys/netinet/
HDsiftr.c584 STAILQ_CONCAT(&tmp_pkt_queue, &pkt_queue); in siftr_pkt_manager_thread()
/NextBSD/sys/dev/xen/blkback/
HDblkback.c864 STAILQ_CONCAT(&xbb->request_free_stailq, req_list); in xbb_release_reqs()
/NextBSD/sys/dev/firewire/
HDsbp.c2800 STAILQ_CONCAT(&temp, &sdev->ocbs); in sbp_abort_all_ocbs()
/NextBSD/sys/dev/ahci/
HDahci.c1199 STAILQ_CONCAT(&tmp_doneq, &ch->doneq); in ahci_ch_intr_direct()
/NextBSD/sys/cam/
HDcam_xpt.c5259 STAILQ_CONCAT(&doneq, &queue->cam_doneq); in xpt_done_td()