Searched refs:STAILQ_SWAP (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12.1/share/man/man3/ |
| H A D | Makefile | 137 queue.3 STAILQ_SWAP.3 \
|
| /freebsd-12.1/sys/dev/xen/gntdev/ |
| H A D | gntdev.c | 264 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 D | cxgbei.c | 603 STAILQ_SWAP(&icc->rcvd_pdus, &rx_pdus, icl_pdu); in cwt_main()
|
| /freebsd-12.1/sys/sys/ |
| H A D | queue.h | 431 #define STAILQ_SWAP(head1, head2, type) do { \ macro
|
| /freebsd-12.1/sys/dev/nvme/ |
| H A D | nvme_qpair.c | 1187 STAILQ_SWAP(&qpair->queued_req, &temp, nvme_request); in nvme_io_qpair_enable()
|
| /freebsd-12.1/sys/dev/iscsi/ |
| H A D | icl_soft.c | 1000 STAILQ_SWAP(&ic->ic_to_send, &queue, icl_pdu); in icl_send_thread()
|
| /freebsd-12.1/sys/netpfil/ipfw/nat64/ |
| H A D | nat64lsn.c | 1212 STAILQ_SWAP(&jhead, &cfg->jhead, nat64lsn_job_item); in nat64lsn_do_request()
|
| /freebsd-12.1/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 1627 STAILQ_SWAP(&td->unsent_wr_list, &twr_list, wrqe); in reclaim_wr_resources()
|