Searched refs:STAILQ_CONCAT (Results 1 – 5 of 5) sorted by relevance
336 STAILQ_CONCAT(&mq_dst->mq_head, &mq_src->mq_head); in mbufq_concat()
308 #define STAILQ_CONCAT(head1, head2) do { \ macro
420 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()
233 #define STAILQ_CONCAT(head1, head2) do { \ macro
228 #define STAILQ_CONCAT(head1, head2) do { \ macro