Searched refs:vq (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/usr.bin/du/tests/
H A Ddu_test.sh71 atf_check -s exit:1 egrep -vq "${lineprefix}$(echo $paths1 | sed -e "s/ /$sep/g")$" du.out
78 atf_check -s exit:1 egrep -vq "${lineprefix}$(echo $paths2 | sed -e "s/ /$sep/g")$" du_C.out
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_block.c302 pci_vtblk_proc(struct pci_vtblk_softc *sc, struct vqueue_info *vq) argument
314 n = vq_getchain(vq, &idx, iov, BLOCKIF_IOV_MAX + 2, flags);
429 pci_vtblk_notify(void *vsc, struct vqueue_info *vq) argument
433 while (vq_has_descs(vq))
434 pci_vtblk_proc(sc, vq);
H A Dpci_virtio_9p.c193 pci_vt9p_notify(void *vsc, struct vqueue_info *vq) argument
203 while (vq_has_descs(vq)) {
204 n = vq_getchain(vq, &idx, iov, VT9P_MAX_IOV, flags);
/freebsd-13-stable/sys/dev/virtio/pci/
H A Dvirtio_pci_legacy.c771 vtpci_legacy_set_vq(device_t dev, struct virtqueue *vq) argument
777 vtpci_legacy_select_virtqueue(sc, virtqueue_index(vq));
779 virtqueue_paddr(vq) >> VIRTIO_PCI_QUEUE_ADDR_SHIFT);
H A Dvirtio_pci_modern.c1265 vtpci_modern_set_vq(device_t dev, struct virtqueue *vq) argument
1271 vtpci_modern_select_virtqueue(sc, virtqueue_index(vq));
1275 VIRTIO_PCI_COMMON_Q_SIZE, virtqueue_size(vq));
1278 VIRTIO_PCI_COMMON_Q_DESCLO, virtqueue_desc_paddr(vq));
1280 VIRTIO_PCI_COMMON_Q_AVAILLO, virtqueue_avail_paddr(vq));
1282 VIRTIO_PCI_COMMON_Q_USEDLO, virtqueue_used_paddr(vq));
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzfs_fm.c508 vdev_queue_t *vq = &vd->vdev_queue; local
540 if (vq != NULL) {
543 DATA_TYPE_UINT64, vq->vq_io_complete_ts, NULL);
546 DATA_TYPE_UINT64, vq->vq_io_delta_ts, NULL);
H A Dvdev.c5203 vdev_queue_t *vq = &vd->vdev_queue; local
5205 mutex_enter(&vq->vq_lock);
5206 if (avl_numnodes(&vq->vq_active_tree) > 0) {
5212 vd->vdev_path, avl_numnodes(&vq->vq_active_tree));
5219 fio = avl_first(&vq->vq_active_tree);
5224 mutex_exit(&vq->vq_lock);
H A Dzio.c2010 vdev_queue_t *vq = vd ? &vd->vdev_queue : NULL; local
2024 vd ? vd->vdev_path : "NULL", vq ? vq->vq_io_complete_ts : 0,
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1892 struct vfsquery vq; local
1895 bzero(&vq, sizeof(vq));
1919 vq.vq_flags |= VQ_NOTRESP;
1924 vq.vq_flags |= VQ_NOTRESPLOCK;
1926 error = SYSCTL_OUT(req, &vq, sizeof(vq));
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh165 if echo ${COMMANDS} | grep -vq extract; then

Completed in 236 milliseconds

12