Home
last modified time | relevance | path

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

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dmbuf-fbsd.h336 STAILQ_CONCAT(&mq_dst->mq_head, &mq_src->mq_head); in mbufq_concat()
H A Dqueue.h308 #define STAILQ_CONCAT(head1, head2) do { \ macro
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_qpair.c420 STAILQ_CONCAT(&req_queue, &qpair->queued_req); in nvme_qpair_submit_queued_requests()
437 STAILQ_CONCAT(&qpair->queued_req, &req_queue); in nvme_qpair_submit_queued_requests()
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h233 #define STAILQ_CONCAT(head1, head2) do { \ macro
/haiku/headers/private/firewire/
H A Dqueue.h228 #define STAILQ_CONCAT(head1, head2) do { \ macro