Searched refs:STAILQ_LAST (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | subr_taskqueue.c | 246 prev = STAILQ_LAST(&queue->tq_queue, task, ta_link); in taskqueue_enqueue_locked()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | queue.h | 347 #define STAILQ_LAST(head, type, field) \ macro
|
| H A D | mbuf.h | 1265 return (STAILQ_LAST(&mq->mq_head, mbuf, m_stailqpkt)); in mbufq_last()
|
| /f-stack/dpdk/lib/librte_eal/windows/include/sys/ |
| H A D | queue.h | 364 #define STAILQ_LAST(head, type, field) \ macro
|
| /f-stack/freebsd/sys/ |
| H A D | queue.h | 394 #define STAILQ_LAST(head, type, field) \ macro
|
| H A D | mbuf.h | 1528 return (STAILQ_LAST(&mq->mq_head, mbuf, m_stailqpkt)); in mbufq_last()
|
| /f-stack/freebsd/arm/ti/cpsw/ |
| H A D | if_cpsw.c | 1751 last_old_slot = STAILQ_LAST(&sc->rx.active, cpsw_slot, next); in cpsw_rx_enqueue() 1864 last_old_slot = STAILQ_LAST(&sc->swsc->tx.active, cpsw_slot, next); in cpswp_tx_enqueue()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_log_buf.c | 1948 log_entry = STAILQ_LAST(&tp->t_logs, tcp_log_mem, tlm_queue); in tcp_log_getlogbuf()
|