Home
last modified time | relevance | path

Searched refs:vhost_exceeds_weight (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/vhost/
H A Dtest.c95 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
H A Dnet.c868 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_copy()
978 } while (likely(!vhost_exceeds_weight(vq, ++sent_pkts, total_len))); in handle_tx_zerocopy()
1295 } while (likely(!vhost_exceeds_weight(vq, ++recv_pkts, total_len))); in handle_rx()
H A Dscsi.c1529 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_handle_vq()
1791 } while (likely(!vhost_exceeds_weight(vq, ++c, 0))); in vhost_scsi_ctl_handle_vq()
H A Dvhost.c541 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function
554 EXPORT_SYMBOL_GPL(vhost_exceeds_weight);