Home
last modified time | relevance | path

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

/freebsd-12.1/share/man/man3/
H A DMakefile137 queue.3 STAILQ_SWAP.3 \
/freebsd-12.1/sys/dev/xen/gntdev/
H A Dgntdev.c264 STAILQ_SWAP(&cleanup_data->to_kill_grefs, &tmp_grefs, gntdev_gref); in gref_list_dtor()
514 STAILQ_SWAP(&cleanup_data->to_kill_gmaps, &tmp_gmaps, gntdev_gmap); in gmap_list_dtor()
/freebsd-12.1/sys/dev/cxgbe/cxgbei/
H A Dcxgbei.c603 STAILQ_SWAP(&icc->rcvd_pdus, &rx_pdus, icl_pdu); in cwt_main()
/freebsd-12.1/sys/sys/
H A Dqueue.h431 #define STAILQ_SWAP(head1, head2, type) do { \ macro
/freebsd-12.1/sys/dev/nvme/
H A Dnvme_qpair.c1187 STAILQ_SWAP(&qpair->queued_req, &temp, nvme_request); in nvme_io_qpair_enable()
/freebsd-12.1/sys/dev/iscsi/
H A Dicl_soft.c1000 STAILQ_SWAP(&ic->ic_to_send, &queue, icl_pdu); in icl_send_thread()
/freebsd-12.1/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c1212 STAILQ_SWAP(&jhead, &cfg->jhead, nat64lsn_job_item); in nat64lsn_do_request()
/freebsd-12.1/sys/dev/cxgbe/tom/
H A Dt4_tom.c1627 STAILQ_SWAP(&td->unsent_wr_list, &twr_list, wrqe); in reclaim_wr_resources()