Searched refs:STAILQ_CONCAT (Results 1 – 15 of 15) sorted by relevance
| /NextBSD/contrib/elftoolchain/common/ |
| HD | _elftc.h | 93 #ifndef STAILQ_CONCAT 94 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /NextBSD/sys/dev/cesa/ |
| HD | cesa.c | 279 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/ |
| HD | Makefile | 107 queue.3 STAILQ_CONCAT.3 \
|
| /NextBSD/sys/dev/cxgbe/tom/ |
| HD | t4_tom_l2t.c | 172 STAILQ_CONCAT(&td->unsent_wr_list, &e->wr_list); in resolution_failed()
|
| /NextBSD/sys/kern/ |
| HD | kern_ktrace.c | 267 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/ |
| HD | queue.h | 229 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /NextBSD/contrib/ofed/libcxgb4/src/ |
| HD | queue.h | 260 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /NextBSD/sys/sys/ |
| HD | queue.h | 291 #define STAILQ_CONCAT(head1, head2) do { \ macro
|
| /NextBSD/sys/arm/ti/cpsw/ |
| HD | if_cpsw.c | 1470 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/ |
| HD | icl_soft.c | 1048 STAILQ_CONCAT(&ic->ic_to_send, &queue); in icl_send_thread()
|
| /NextBSD/sys/netinet/ |
| HD | siftr.c | 584 STAILQ_CONCAT(&tmp_pkt_queue, &pkt_queue); in siftr_pkt_manager_thread()
|
| /NextBSD/sys/dev/xen/blkback/ |
| HD | blkback.c | 864 STAILQ_CONCAT(&xbb->request_free_stailq, req_list); in xbb_release_reqs()
|
| /NextBSD/sys/dev/firewire/ |
| HD | sbp.c | 2800 STAILQ_CONCAT(&temp, &sdev->ocbs); in sbp_abort_all_ocbs()
|
| /NextBSD/sys/dev/ahci/ |
| HD | ahci.c | 1199 STAILQ_CONCAT(&tmp_doneq, &ch->doneq); in ahci_ch_intr_direct()
|
| /NextBSD/sys/cam/ |
| HD | cam_xpt.c | 5259 STAILQ_CONCAT(&doneq, &queue->cam_doneq); in xpt_done_td()
|