Home
last modified time | relevance | path

Searched refs:STAILQ_CONCAT (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_ktrace.c273 STAILQ_CONCAT(&ktr_free, &ktr_new); in ktrace_resize_pool()
375 STAILQ_CONCAT(&local_queue, &td->td_proc->p_ktr); in ktr_drain()
H A Duipc_ktls.c2157 STAILQ_CONCAT(&local_m_head, &wq->m_head); in ktls_work_thread()
2159 STAILQ_CONCAT(&local_so_head, &wq->so_head); in ktls_work_thread()
/f-stack/tools/compat/include/sys/
H A Dqueue.h292 #define STAILQ_CONCAT(head1, head2) do { \ macro
/f-stack/dpdk/lib/librte_eal/windows/include/sys/
H A Dqueue.h309 #define STAILQ_CONCAT(head1, head2) do { \ macro
/f-stack/freebsd/sys/
H A Dqueue.h339 #define STAILQ_CONCAT(head1, head2) do { \ macro
H A Dmbuf.h1586 STAILQ_CONCAT(&mq_dst->mq_head, &mq_src->mq_head); in mbufq_concat()
/f-stack/freebsd/x86/x86/
H A Dmca.c592 STAILQ_CONCAT(&mca_freelist, &tmplist); in mca_resize_freelist()
/f-stack/freebsd/netinet/
H A Dsiftr.c589 STAILQ_CONCAT(&tmp_pkt_queue, &pkt_queue); in siftr_pkt_manager_thread()
H A Dtcp_log_buf.c2043 STAILQ_CONCAT(&log_tailq, &tp->t_logs); in tcp_log_getlogbuf()