Home
last modified time | relevance | path

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

/src/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()
/src/share/man/man3/
H A DMakefile272 queue.3 STAILQ_SWAP.3 \
/src/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()
/src/contrib/libarchive/unzip/
H A Dla_queue.h396 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/src/sys/x86/x86/
H A Dmca.c1168 STAILQ_SWAP(&mca_pending, &tmplist, mca_internal); in mca_process_records()
/src/sys/dev/nvme/
H A Dnvme_qpair.c1304 STAILQ_SWAP(&qpair->queued_req, &temp, nvme_request); in nvme_io_qpair_enable()
/src/bin/ps/
H A Dps.c503 STAILQ_SWAP(&varlist, &Ovarlist, varent); in main()
/src/sys/sys/
H A Dqueue.h555 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/src/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1290 STAILQ_SWAP(&jhead, &cfg->jhead, nat64lsn_job_item); in nat64lsn_do_request()
/src/sys/dev/cxgbe/tom/
H A Dt4_tom.c1782 STAILQ_SWAP(&td->unsent_wr_list, &twr_list, wrqe); in reclaim_wr_resources()
/src/sys/kern/
H A Duipc_usrreq.c1595 STAILQ_SWAP(&cmc.mc_q, &sb->uxst_mbq, mbuf); in uipc_soreceive_stream_or_seqpacket()