Home
last modified time | relevance | path

Searched refs:STAILQ_SWAP (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/xen/gntdev/
H A Dgntdev.c261 STAILQ_SWAP(&cleanup_data->to_kill_grefs, &tmp_grefs, gntdev_gref); in gref_list_dtor()
506 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap); in gmap_list_dtor()
/freebsd/share/man/man3/
H A DMakefile261 queue.3 STAILQ_SWAP.3 \
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c454 STAILQ_SWAP(&icc->sent_pdus, &tx_pdus, icl_pdu); in icl_cxgbei_tx_main()
530 STAILQ_SWAP(&icc->rcvd_pdus, &rx_pdus, icl_pdu); in icl_cxgbei_rx_main()
/freebsd/contrib/libarchive/unzip/
H A Dla_queue.h396 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/freebsd/sys/sys/
H A Dqueue.h430 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/freebsd/sys/dev/nvme/
H A Dnvme_qpair.c1446 STAILQ_SWAP(&qpair->queued_req, &temp, nvme_request); in nvme_io_qpair_enable()
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1267 STAILQ_SWAP(&jhead, &cfg->jhead, nat64lsn_job_item); in nat64lsn_do_request()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1796 STAILQ_SWAP(&td->unsent_wr_list, &twr_list, wrqe); in reclaim_wr_resources()