Searched refs:STAILQ_CONCAT (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/common/
H A D_elftc.h93 #ifndef STAILQ_CONCAT
94 #define STAILQ_CONCAT(head1, head2) do { \ macro
/freebsd-13-stable/sys/dev/cesa/
H A Dcesa.c259 STAILQ_CONCAT(&sc->sc_free_tdesc, &cr->cr_tdesc);
264 STAILQ_CONCAT(&sc->sc_free_sdesc, &cr->cr_sdesc);
780 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyin);
781 STAILQ_CONCAT(&cr->cr_tdesc, &cp.cp_copyout);
889 STAILQ_CONCAT(&sc->sc_queued_requests, &sc->sc_ready_requests);
1515 STAILQ_CONCAT(&requests, &sc->sc_queued_requests);
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c171 STAILQ_CONCAT(&tmp_head, &head->cb_head);
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c174 STAILQ_CONCAT(&td->unsent_wr_list, &e->wr_list);
/freebsd-13-stable/contrib/openbsm/compat/
H A Dqueue.h229 #define STAILQ_CONCAT(head1, head2) do { \ macro
/freebsd-13-stable/share/man/man3/
H A DMakefile228 queue.3 STAILQ_CONCAT.3 \
/freebsd-13-stable/sys/dev/iscsi/
H A Dicl_soft.c980 STAILQ_CONCAT(&queue, &ic->ic_to_send);
1021 STAILQ_CONCAT(&ic->ic_to_send, &queue);
/freebsd-13-stable/sys/dev/xen/gntdev/
H A Dgntdev.c301 STAILQ_CONCAT(&cleanup_data->to_kill_grefs, &tmp_grefs);
537 STAILQ_CONCAT(&cleanup_data->to_kill_gmaps, &tmp_gmaps);
/freebsd-13-stable/sys/kern/
H A Dkern_ktrace.c292 STAILQ_CONCAT(&ktr_free, &ktr_new);
394 STAILQ_CONCAT(&local_queue, &td->td_proc->p_ktr);
H A Duipc_ktls.c2135 STAILQ_CONCAT(&local_m_head, &wq->m_head);
2137 STAILQ_CONCAT(&local_so_head, &wq->so_head);
/freebsd-13-stable/sys/sys/
H A Dqueue.h342 #define STAILQ_CONCAT(head1, head2) do { \ macro
H A Dmbuf.h1606 STAILQ_CONCAT(&mq_dst->mq_head, &mq_src->mq_head);
/freebsd-13-stable/sys/x86/x86/
H A Dmca.c592 STAILQ_CONCAT(&mca_freelist, &tmplist);
/freebsd-13-stable/sys/netinet/
H A Dsiftr.c589 STAILQ_CONCAT(&tmp_pkt_queue, &pkt_queue);
H A Dtcp_log_buf.c2043 STAILQ_CONCAT(&log_tailq, &tp->t_logs);
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.c664 STAILQ_CONCAT(&rq, &tptr->restart_queue);
676 STAILQ_CONCAT(&rq, &tptr->restart_queue);
677 STAILQ_CONCAT(&tptr->restart_queue, &rq);
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c870 STAILQ_CONCAT(&xbb->request_free_stailq, req_list);
/freebsd-13-stable/sys/powerpc/mpc85xx/
H A Dfsl_sata.c762 STAILQ_CONCAT(&tmp_doneq, &ch->doneq);
/freebsd-13-stable/sys/dev/ahci/
H A Dahci.c1346 STAILQ_CONCAT(&tmp_doneq, &ch->doneq);
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp.c2822 STAILQ_CONCAT(&temp, &sdev->ocbs);
/freebsd-13-stable/sys/cam/
H A Dcam_xpt.c5491 STAILQ_CONCAT(&doneq, &queue->cam_doneq);

Completed in 198 milliseconds