Searched refs:vhost_exceeds_weight (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/vhost/ |
| H A D | test.c | 95 if (unlikely(vhost_exceeds_weight(vq, 0, total_len))) in handle_vq()
|
| H A D | net.c | 868 } 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 D | scsi.c | 1529 } 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 D | vhost.c | 541 bool vhost_exceeds_weight(struct vhost_virtqueue *vq, in vhost_exceeds_weight() function 554 EXPORT_SYMBOL_GPL(vhost_exceeds_weight);
|