Searched refs:STAILQ_LAST (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_lineno.c46 ln = STAILQ_LAST(&li->li_lnlist, _Dwarf_Line, ln_next);
112 ln = STAILQ_LAST(&li->li_lnlist, _Dwarf_Line, ln_next);
/freebsd-13-stable/contrib/elftoolchain/common/
H A D_elftc.h176 #ifndef STAILQ_LAST
177 #define STAILQ_LAST(head, type, field) \ macro
/freebsd-13-stable/stand/efi/libefi/
H A Defipart.c531 last = STAILQ_LAST(&parent->pd_part, pdinfo, pd_link);
541 last = STAILQ_LAST(&cdinfo, pdinfo, pd_link);
629 ptr = STAILQ_LAST(&parent->pd_part, pdinfo, pd_link);
655 last = STAILQ_LAST(&hdinfo, pdinfo, pd_link);
750 last = STAILQ_LAST(&hdinfo, pdinfo, pd_link);
/freebsd-13-stable/sys/dev/cesa/
H A Dcesa.c383 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq);
894 STAILQ_LAST(&sc->sc_queued_requests, cesa_request, cr_stq)) {
902 prev_ctd = STAILQ_LAST(&prev_cr->cr_tdesc,
/freebsd-13-stable/contrib/openbsm/compat/
H A Dqueue.h275 #define STAILQ_LAST(head, type, field) \ macro
/freebsd-13-stable/share/man/man3/
H A DMakefile242 queue.3 STAILQ_LAST.3 \
/freebsd-13-stable/sys/kern/
H A Dsubr_taskqueue.c242 prev = STAILQ_LAST(&queue->tq_queue, task, ta_link);
/freebsd-13-stable/sys/sys/
H A Dqueue.h397 #define STAILQ_LAST(head, type, field) \ macro
H A Dmbuf.h1548 return (STAILQ_LAST(&mq->mq_head, mbuf, m_stailqpkt));
/freebsd-13-stable/sys/dev/liquidio/base/
H A Dlio_request_manager.c800 tmp = STAILQ_LAST(&oct->sc_buf_pool.head, lio_stailq_node, entries);
/freebsd-13-stable/sys/dev/firewire/
H A Dfwohci.c1287 STAILQ_LAST(&dbch->db_trq, fwohcidb_tr,link)->link.stqe_next
1534 prev = STAILQ_LAST(&it->stdma, fw_bulkxfer, link);
1664 prev = STAILQ_LAST(&ir->stdma, fw_bulkxfer, link);
H A Dsbp.c2721 prev2 = prev = STAILQ_LAST(&sdev->ocbs, sbp_ocb, ocb);
/freebsd-13-stable/sys/netinet/
H A Dtcp_log_buf.c1948 log_entry = STAILQ_LAST(&tp->t_logs, tcp_log_mem, tlm_queue);
/freebsd-13-stable/sys/arm/ti/cpsw/
H A Dif_cpsw.c1751 last_old_slot = STAILQ_LAST(&sc->rx.active, cpsw_slot, next);
1864 last_old_slot = STAILQ_LAST(&sc->swsc->tx.active, cpsw_slot, next);
/freebsd-13-stable/stand/libsa/zfs/
H A Dzfsimpl.c3703 STAILQ_LAST(&on_cache, obj_list, entry)) {
3778 STAILQ_LAST(&on_cache, obj_list, entry)) {
/freebsd-13-stable/sys/dev/xen/blkback/
H A Dblkback.c1847 reqlist = STAILQ_LAST(&xbb->reqlist_pending_stailq,
/freebsd-13-stable/stand/common/
H A Dgfx_fb.c2087 fl = STAILQ_LAST(&fonts, fontlist, font_next);

Completed in 176 milliseconds