Home
last modified time | relevance | path

Searched refs:STAILQ_LAST (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_pro_lineno.c46 ln = STAILQ_LAST(&li->li_lnlist, _Dwarf_Line, ln_next); in dwarf_add_line_entry()
112 ln = STAILQ_LAST(&li->li_lnlist, _Dwarf_Line, ln_next); in dwarf_lne_end_sequence()
/freebsd/stand/efi/libefi/
H A Defipart.c531 last = STAILQ_LAST(&parent->pd_part, pdinfo, pd_link); in efipart_cdinfo_add()
541 last = STAILQ_LAST(&cdinfo, pdinfo, pd_link); in efipart_cdinfo_add()
629 ptr = STAILQ_LAST(&parent->pd_part, pdinfo, pd_link); in efipart_hdinfo_add_node()
655 last = STAILQ_LAST(&hdinfo, pdinfo, pd_link); in efipart_hdinfo_add_filepath()
750 last = STAILQ_LAST(&hdinfo, pdinfo, pd_link); in efipart_hdinfo_add()
/freebsd/contrib/elftoolchain/common/
H A D_elftc.h176 #ifndef STAILQ_LAST
177 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/usr.sbin/makefs/zfs/
H A Dobjset.c204 chunk = STAILQ_LAST(&os->dnodechunks, objset_dnode_chunk, next); in objset_dnode_bonus_alloc()
/freebsd/tests/sys/sys/
H A Dqueue_test.c270 last = STAILQ_LAST(stailq, stailq_id_elem, ie_entry); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-macros/
H A Dsys-queue-macros.h162 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/sys/dev/cesa/
H A Dcesa.c379 ctd_prev = STAILQ_LAST(&cr->cr_tdesc, cesa_tdma_desc, ctd_stq); in cesa_append_tdesc()
890 STAILQ_LAST(&sc->sc_queued_requests, cesa_request, cr_stq)) { in cesa_execute()
898 prev_ctd = STAILQ_LAST(&prev_cr->cr_tdesc, in cesa_execute()
/freebsd/share/man/man3/
H A DMakefile265 queue.3 STAILQ_LAST.3 \
/freebsd/contrib/openbsm/compat/
H A Dqueue.h275 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/sys/sys/
H A Dmbuf.h1625 return (STAILQ_LAST(&mq->mq_head, mbuf, m_stailqpkt)); in mbufq_last()
1727 return (STAILQ_LAST(&mc->mc_q, mbuf, m_stailq)); in mc_last()
H A Dqueue.h508 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c215 m = STAILQ_LAST(&tp->t_inqueue, mbuf, m_stailqpkt); in tcp_lro_get_last_if_ackcmp()
H A Dtcp_log_buf.c2168 log_entry = STAILQ_LAST(&tp->t_logs, tcp_log_mem, tlm_queue); in tcp_log_getlogbuf()
/freebsd/sys/kern/
H A Dsubr_taskqueue.c269 prev = STAILQ_LAST(&queue->tq_queue, task, ta_link); in taskqueue_enqueue_locked()
H A Dvfs_inotify.c549 prev = STAILQ_LAST(&sc->pending, inotify_record, link); in inotify_can_coalesce()
/freebsd/sys/dev/liquidio/base/
H A Dlio_request_manager.c785 tmp = STAILQ_LAST(&oct->sc_buf_pool.head, lio_stailq_node, entries); in lio_alloc_soft_command()
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h363 #define STAILQ_LAST(head, type, field) \ macro
/freebsd/sys/dev/firewire/
H A Dfwohci.c1285 STAILQ_LAST(&dbch->db_trq, fwohcidb_tr,link)->link.stqe_next
1529 prev = STAILQ_LAST(&it->stdma, fw_bulkxfer, link);
1659 prev = STAILQ_LAST(&ir->stdma, fw_bulkxfer, link);
H A Dsbp.c2717 prev2 = prev = STAILQ_LAST(&sdev->ocbs, sbp_ocb, ocb); in sbp_enqueue_ocb()
/freebsd/sys/arm/ti/cpsw/
H A Dif_cpsw.c1735 last_old_slot = STAILQ_LAST(&sc->rx.active, cpsw_slot, next); in cpsw_rx_enqueue()
1848 last_old_slot = STAILQ_LAST(&sc->swsc->tx.active, cpsw_slot, next); in cpswp_tx_enqueue()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c3885 STAILQ_LAST(&on_cache, obj_list, entry)) { in zfs_lookup()
3960 STAILQ_LAST(&on_cache, obj_list, entry)) { in zfs_lookup()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1757 reqlist = STAILQ_LAST(&xbb->reqlist_pending_stailq, in xbb_run_queue()
/freebsd/stand/common/
H A Dgfx_fb.c2244 fl = STAILQ_LAST(&fonts, fontlist, font_next); in set_font()